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