diff --git a/firestore/integration_test.go b/firestore/integration_test.go index 9ba1c8b0d650..ed937ab12847 100644 --- a/firestore/integration_test.go +++ b/firestore/integration_test.go @@ -1861,6 +1861,8 @@ func TestIntegration_ClientReadTime(t *testing.T) { t.Fatal(err) } + // TODO(6894): Re-enable this test when snapshot reads is available on test project. + t.SkipNow() for _, d := range ds { if !tm.Equal(d.ReadTime) { t.Errorf("wanted read time: %v; got: %v",