Remove t.Skip() call to determine if this test is actually flaky

This commit is contained in:
David Dworken 2023-11-09 23:03:27 -08:00
parent 2a47f1f600
commit cea481816f
No known key found for this signature in database

View File

@ -822,11 +822,6 @@ echo other`)
}
func testHishtoryBackgroundSaving(t *testing.T, tester shellTester) {
if runtime.GOOS == "darwin" {
t.Skip("skip testing background saving since it is flakey on MacOs")
// TODO: Investigate this
}
// Setup
defer testutils.BackupAndRestore(t)()