Skip to content

Commit

Permalink
ci: fix negation of disabled tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Aug 1, 2023
1 parent d767580 commit c70248c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ pynfs_tests:
kubectl exec pynfs-tester -- /bin/bash -c "cd /pynfs/nfs4.1; \
python3 -u ./testserver.py --minorversion=2 --xml=/xunit-report-v41.xml --noinit store-door-svc:/data all xattr \
noCOUR2 noCSESS25 noCSESS26 noCSESS27 noCSESS28 noCSESS29 noCSID3 noCSID4 noCSID9 noEID5f \
noEID50 noOPEN31 noSEQ6 noRECC3 noSEQ7 noSEQ10b noSEQ2 noXATT11 noXATT10 noALLOC1 ALLOC2 ALLOC3; \
noEID50 noOPEN31 noSEQ6 noRECC3 noSEQ7 noSEQ10b noSEQ2 noXATT11 noXATT10 noALLOC1 noALLOC2 noALLOC3; \
exit 0"
- kubectl cp pynfs-tester:/xunit-report-v40.xml xunit-report-v40.xml
Expand Down

0 comments on commit c70248c

Please sign in to comment.