Skip to content

Commit 640c8b2

Browse files
authored
Removed case_d test from CI #112
tests: skip case_d on CI, due to network issues with Zenodo with CI workflow for multiple OS/python versions. (#112)
1 parent dbbd323 commit 640c8b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/test_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def test_case_c(self, *args):
6868
self.run_evaluation(cfg)
6969
self.assertEqual(1, 1)
7070

71+
@skip_on_ci("Tested only locally")
7172
def test_case_d(self, *args):
7273

7374
try:

0 commit comments

Comments
 (0)