Skip to content

Commit 3998f7f

Browse files
authored
Disable flaky test (#1816)
1 parent e97abe8 commit 3998f7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/labelbox/tests/integration/test_filtering.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def project_to_test_where(client, rand_gen):
2424

2525
# Avoid assertions using equality to prevent intermittent failures due to
2626
# other builds simultaneously adding projects to test org
27+
@pytest.mark.skip(reason="Flake, rarely used functionality")
2728
def test_where(client, project_to_test_where):
2829
p_a, p_b, p_c = project_to_test_where
2930
p_a_name = p_a.name

0 commit comments

Comments
 (0)