File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments