Skip to content

Commit b5f1e26

Browse files
committed
benchmarks: disable the flaky test_log_file BenchmarkDriver test
I'm not sure if it makes sense to keep this test around at all. For now I just disabled it. rdar://79701124
1 parent efd9c45 commit b5f1e26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmark/scripts/test_Benchmark_Driver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ def test_filters_benchmarks_by_pattern(self):
264264
self.assertEqual(driver.tests, ["Benchmark3"])
265265
self.assertEqual(driver.all_tests, ["Benchmark1", "Benchmark2", "Benchmark3"])
266266

267+
@unittest.skip("comparing against localtime() is flaky. rdar://79701124")
267268
def test_log_file(self):
268269
"""When swift-repo is set, log is tied to Git branch and revision."""
269270
self.assertIsNone(

0 commit comments

Comments
 (0)