mirror of
https://github.com/ddworken/hishtory.git
synced 2025-07-14 19:35:39 +02:00
Revert "Add t.Skip() call for broken test"
This reverts commit 63d0a8e457
.
This commit is contained in:
@ -2581,7 +2581,6 @@ func BenchmarkImport(b *testing.B) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestAugmentedIsOfflineError(t *testing.T) {
|
func TestAugmentedIsOfflineError(t *testing.T) {
|
||||||
t.Skip() // TODO: Re-enable this test
|
|
||||||
defer testutils.BackupAndRestore(t)()
|
defer testutils.BackupAndRestore(t)()
|
||||||
installHishtory(t, zshTester{}, "")
|
installHishtory(t, zshTester{}, "")
|
||||||
defer testutils.BackupAndRestoreEnv("HISHTORY_SIMULATE_NETWORK_ERROR")()
|
defer testutils.BackupAndRestoreEnv("HISHTORY_SIMULATE_NETWORK_ERROR")()
|
||||||
|
Reference in New Issue
Block a user