We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8a6e9 commit f4497d4Copy full SHA for f4497d4
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
@@ -145,6 +146,7 @@ def test_case_f(self, *args):
145
146
self.view_dashboard(cfg)
147
148
149
150
151
cfg = self.get_rerunpath("g")
152
0 commit comments