We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c7e5c commit d07a5ccCopy full SHA for d07a5cc
1 file changed
.gitlab-ci.yml
@@ -37,7 +37,7 @@ test:
37
--cov-config .coveragerc --cov=labgrid \
38
--junit-xml=junit.xml \
39
--local-sshmanager --ssh-username $(whoami) \
40
- -k "not test_docker_with_daemon"
+ -k "not test_docker_with_daemon and not test_remote_managedfile and not test_import_backend_eaton and not test_import_backend_poe_mib"
41
coverage: '/TOTAL.+ ([0-9]{1,3}%)/'
42
artifacts:
43
reports:
0 commit comments