We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8a6e9 commit f8dbcffCopy full SHA for f8dbcff
1 file changed
tests/e2e/test_data.py
@@ -88,6 +88,7 @@ def test_case_f(self, *args):
88
self.run_evaluation(cfg)
89
self.assertEqual(1, 1)
90
91
+ @skip_on_ci("Tested only locally")
92
def test_case_g(self, *args):
93
cfg = self.get_runpath("g")
94
0 commit comments