From b462f3fda78901b69e1016ee77d0d0a4f8a3bded Mon Sep 17 00:00:00 2001 From: Val Brodsky Date: Fri, 13 Sep 2024 10:55:28 -0700 Subject: [PATCH] Disable flaky test --- libs/labelbox/tests/integration/test_filtering.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/labelbox/tests/integration/test_filtering.py b/libs/labelbox/tests/integration/test_filtering.py index 2e09ba573..1c37227b2 100644 --- a/libs/labelbox/tests/integration/test_filtering.py +++ b/libs/labelbox/tests/integration/test_filtering.py @@ -24,6 +24,7 @@ def project_to_test_where(client, rand_gen): # Avoid assertions using equality to prevent intermittent failures due to # other builds simultaneously adding projects to test org +@pytest.mark.skip(reason="Flake, rarely used functionality") def test_where(client, project_to_test_where): p_a, p_b, p_c = project_to_test_where p_a_name = p_a.name