diff --git a/client/client_test.go b/client/client_test.go index b349cdc..9ed468e 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -2491,7 +2491,6 @@ func TestImportHistory(t *testing.T) { require.Contains(t, out, "echo command-305") out = tester.RunInteractiveShell(t, ` hishtory export -pipefail`) 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) {