We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97abe8 commit 3998f7fCopy full SHA for 3998f7f
libs/labelbox/tests/integration/test_filtering.py
@@ -24,6 +24,7 @@ def project_to_test_where(client, rand_gen):
24
25
# Avoid assertions using equality to prevent intermittent failures due to
26
# other builds simultaneously adding projects to test org
27
+@pytest.mark.skip(reason="Flake, rarely used functionality")
28
def test_where(client, project_to_test_where):
29
p_a, p_b, p_c = project_to_test_where
30
p_a_name = p_a.name
0 commit comments