Skip to content

Commit f86858d

Browse files
committed
2 more crossouts and increase timeouts
1 parent 1dd7d61 commit f86858d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tests/broken_tests.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,5 +280,11 @@
280280
},
281281
"test_storage_s3_queue/test_4.py::test_alter_settings": {
282282
"reason": "INVESTIGATE - Flaky test"
283+
},
284+
"test_storage_s3_queue/test_4.py::test_registry": {
285+
"reason": "INVESTIGATE - Flaky test"
286+
},
287+
"03032_dynamically_resize_filesystem_cache_2": {
288+
"reason": "KNOWN - Flaky upstream"
283289
}
284290
}

tests/ci/ci_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,10 +378,12 @@ class CI:
378378
),
379379
JobNames.INTEGRATION_TEST_ASAN_OLD_ANALYZER: CommonJobConfigs.INTEGRATION_TEST.with_properties(
380380
required_builds=[BuildNames.PACKAGE_ASAN],
381+
timeout=3 * 3600,
381382
num_batches=8,
382383
),
383384
JobNames.INTEGRATION_TEST_TSAN: CommonJobConfigs.INTEGRATION_TEST.with_properties(
384385
required_builds=[BuildNames.PACKAGE_TSAN],
386+
timeout=3 * 3600,
385387
num_batches=8,
386388
),
387389
JobNames.INTEGRATION_TEST_AARCH64: CommonJobConfigs.INTEGRATION_TEST.with_properties(

0 commit comments

Comments
 (0)