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

This reverts commit b013c51c80.
This commit is contained in:
David Dworken 2023-11-10 10:20:06 -08:00
parent b013c51c80
commit 14d851a413

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)()