Revert "Add t.Skip() call for broken test"

This reverts commit 63d0a8e457.
This commit is contained in:
David Dworken 2023-11-10 10:20:59 -08:00
parent 14d851a413
commit 9ea10d2fcd

View File

@ -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")()