Remove TODO that was fixed in f5264b6eff

This commit is contained in:
David Dworken
2023-10-07 14:36:02 -07:00
parent 69b9b58cd0
commit 8097c31afa

View File

@@ -2491,7 +2491,6 @@ func TestImportHistory(t *testing.T) {
require.Contains(t, out, "echo command-305") require.Contains(t, out, "echo command-305")
out = tester.RunInteractiveShell(t, ` hishtory export -pipefail`) out = tester.RunInteractiveShell(t, ` hishtory export -pipefail`)
testutils.CompareGoldens(t, out, "TestImportHistory-export") testutils.CompareGoldens(t, out, "TestImportHistory-export")
// TODO: There is a bug here that will be evident if you check that the export is in the correct order on the remote device, because timestamps don't have sufficient granularity
} }
func BenchmarkImport(b *testing.B) { func BenchmarkImport(b *testing.B) {