diff --git a/client/client_test.go b/client/client_test.go index efb96a2..3536c09 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -822,6 +822,11 @@ 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)()