mirror of
https://github.com/ddworken/hishtory.git
synced 2025-07-16 04:15:33 +02:00
Remove t.Skip() call to determine if this test is actually flaky
This commit is contained in:
@ -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)()
|
||||
|
||||
|
Reference in New Issue
Block a user