Skip to content

Commit

Permalink
Flaky test marked as skiped (#1687)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raalsky committed Mar 12, 2024
1 parent dc1d69b commit dd9ec01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/standard/test_fetch_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ def test_fetch_runs_invalid_query_handling(self, project):
with pytest.raises(NeptuneInvalidQueryException):
next(iter(runs_table))

@pytest.mark.skipif(IS_MACOS, reason="MacOS behaves strangely on github actions")
def test_fetch_models_raw_query_trashed(self, environment, project):
# given
val: float = 2.2
Expand Down

0 comments on commit dd9ec01

Please sign in to comment.