Skip to content

Commit

Permalink
chore: flag test_client_server as flaky because of KNN
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Sep 22, 2023
1 parent 6e3d003 commit dd16433
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 @@ -70,6 +70,9 @@ def cleanup(self):
self.dev_dir.cleanup()


# Remove this flaky flag once the KNN issue is fixed
# FIXME: https://github.com/zama-ai/concrete-ml-internal/issues/4009
@pytest.mark.flaky
@pytest.mark.parametrize("model_class, parameters", sklearn_models_and_datasets)
@pytest.mark.parametrize("n_bits", [3])
def test_client_server_sklearn(
Expand Down

0 comments on commit dd16433

Please sign in to comment.