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 9451677 commit 2d4ff63Copy full SHA for 2d4ff63
tests/broken_tests.json
@@ -14,7 +14,7 @@
14
"reason": "todo investigate"
15
},
16
"03094_grouparraysorted_memory": {
17
- "reason": "fails with tsan"
+ "reason": "flaky"
18
19
"02700_s3_part_INT_MAX": {
20
"reason": "fails with asan"
tests/ci/functional_test_check.py
@@ -96,6 +96,8 @@ def get_run_command(
96
f"--volume={repo_path}/tests/analyzer_tech_debt.txt:/analyzer_tech_debt.txt "
97
if "analyzer" not in check_name
98
else ""
99
+ )
100
+ volume_with_broken_test += (
101
f"--volume={repo_path}/tests/broken_tests.json:/broken_tests.json "
102
)
103
0 commit comments