Skip to content

Commit 2d4ff63

Browse files
committed
fix stateless test crossout
1 parent 9451677 commit 2d4ff63

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/broken_tests.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"reason": "todo investigate"
1515
},
1616
"03094_grouparraysorted_memory": {
17-
"reason": "fails with tsan"
17+
"reason": "flaky"
1818
},
1919
"02700_s3_part_INT_MAX": {
2020
"reason": "fails with asan"

tests/ci/functional_test_check.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ def get_run_command(
9696
f"--volume={repo_path}/tests/analyzer_tech_debt.txt:/analyzer_tech_debt.txt "
9797
if "analyzer" not in check_name
9898
else ""
99+
)
100+
volume_with_broken_test += (
99101
f"--volume={repo_path}/tests/broken_tests.json:/broken_tests.json "
100102
)
101103

0 commit comments

Comments
 (0)