Skip to content

Commit

Permalink
chore: mark as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Apr 25, 2024
1 parent 79b1719 commit 3064d8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/deployment/test_client_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ def cleanup(self):
self.dev_dir.cleanup()


# This is a known flaky test
# FIXME: https://github.com/zama-ai/concrete-ml-internal/issues/4014
@pytest.mark.flaky
@pytest.mark.parametrize("model_class, parameters", MODELS_AND_DATASETS)
@pytest.mark.parametrize("n_bits", [2])
def test_client_server_sklearn(
Expand Down

0 comments on commit 3064d8f

Please sign in to comment.