Skip to content

Commit d07a5cc

Browse files
committed
ci: pytest, disable known failing tests
1 parent 40c7e5c commit d07a5cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ test:
3737
--cov-config .coveragerc --cov=labgrid \
3838
--junit-xml=junit.xml \
3939
--local-sshmanager --ssh-username $(whoami) \
40-
-k "not test_docker_with_daemon"
40+
-k "not test_docker_with_daemon and not test_remote_managedfile and not test_import_backend_eaton and not test_import_backend_poe_mib"
4141
coverage: '/TOTAL.+ ([0-9]{1,3}%)/'
4242
artifacts:
4343
reports:

0 commit comments

Comments
 (0)