mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-23 05:51:08 +01:00
Revert "Add t.Skip() call for broken test"
This reverts commit 63d0a8e457
.
This commit is contained in:
parent
14d851a413
commit
9ea10d2fcd
@ -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")()
|
||||||
|
Loading…
Reference in New Issue
Block a user