Skip to content

Commit 718f3cd

Browse files
committed
WSFEv1: disable parameters UT
Temporarily disable unit test until new snapshots of webserver communications are taken ``` =========================== short test summary info ============================ FAILED tests/test_wsfev1.py::test_main_parametros - RuntimeError: Operation FEParamGetCondicionIvaReceptor not found in WSDL: Service/Port Type: ('Service', 'ServiceSoap') ```
1 parent b4976e1 commit 718f3cd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_wsfev1.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ def test_main_ptos_venta(auth):
384384
sys.argv.append('--ptosventa')
385385
main()
386386

387+
@pytest.mark.skip(reason="Refresh VCR snapshots for FEParamGetCondicionIvaReceptor")
387388
def test_main_parametros(auth):
388389
sys.argv = []
389390
sys.argv.append('--parametros')

0 commit comments

Comments
 (0)