mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-01 16:07:16 +02:00
Revert "Revert "Remove t.Skip() call to determine if this test is actually flaky""
This reverts commit b013c51c8011f1e4213bd8ed3efe954189c71774.
This commit is contained in:
parent
b013c51c80
commit
14d851a413
@ -822,11 +822,6 @@ echo other`)
|
|||||||
}
|
}
|
||||||
|
|
||||||
func testHishtoryBackgroundSaving(t *testing.T, tester shellTester) {
|
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
|
// Setup
|
||||||
defer testutils.BackupAndRestore(t)()
|
defer testutils.BackupAndRestore(t)()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user