Skip to content

Commit 1a476ec

Browse files
committed
Update mongorestore_test.go
1 parent fbd75ec commit 1a476ec

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

mongorestore/mongorestore_test.go

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2052,23 +2052,6 @@ func TestRestoreTimeseriesCollectionsWithMixedSchema(t *testing.T) {
20522052
t.Fatalf("No client available")
20532053
}
20542054

2055-
fcv := testutil.GetFCV(session)
2056-
// TODO: Enable tests for 6.0, 7.0 and 8.0 (TOOLS-3597).
2057-
// The server fix for SERVER-84531 was only backported to 7.3.
2058-
if cmp, err := testutil.CompareFCV(fcv, "7.3"); cmp < 0 {
2059-
if err != nil {
2060-
t.Fatalf("Failed to get FCV: %v", err)
2061-
}
2062-
t.Skip("Requires server with FCV 7.3 or later")
2063-
}
2064-
2065-
if cmp, err := testutil.CompareFCV(fcv, "8.0"); cmp >= 0 {
2066-
if err != nil {
2067-
t.Fatalf("Failed to get FCV: %v", err)
2068-
}
2069-
t.Skip("The test currently fails on v8.0 because of SERVER-92222")
2070-
}
2071-
20722055
dbName := "timeseries_test_DB"
20732056
collName := "timeseries_mixed_schema"
20742057
testdb := session.Database(dbName)

0 commit comments

Comments
 (0)