This commit is contained in:
David Dworken 2023-11-09 23:02:42 -08:00
parent 63d0a8e457
commit 2a47f1f600
No known key found for this signature in database

View File

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