Skip to content

Commit

Permalink
chore(firestore): disabled flaky read time test (#6895)
Browse files Browse the repository at this point in the history
  • Loading branch information
telpirion authored Oct 19, 2022
1 parent d14ee26 commit 18f377f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firestore/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 18f377f

Please sign in to comment.