Skip to content

Commit f4497d4

Browse files
committed
fix: case g is now tested only locally
1 parent 5a8a6e9 commit f4497d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/e2e/test_data.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def test_case_f(self, *args):
8888
self.run_evaluation(cfg)
8989
self.assertEqual(1, 1)
9090

91+
@skip_on_ci("Tested only locally")
9192
def test_case_g(self, *args):
9293
cfg = self.get_runpath("g")
9394
self.run_evaluation(cfg)
@@ -145,6 +146,7 @@ def test_case_f(self, *args):
145146
self.view_dashboard(cfg)
146147
self.assertEqual(1, 1)
147148

149+
@skip_on_ci("Tested only locally")
148150
def test_case_g(self, *args):
149151
cfg = self.get_rerunpath("g")
150152
self.view_dashboard(cfg)

0 commit comments

Comments
 (0)