Skip to content

Commit aa00862

Browse files
authored
test: Mark document snapshot hash as flaky (#699)
use the pytest.mark.xfail decorator
1 parent ef56d47 commit aa00862

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/google-cloud-firestore/tests/unit/v1/test_base_document.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ def test_documentsnapshot___eq___same_reference_same_data():
271271
assert snapshot == other
272272

273273

274+
@pytest.mark.xfail(strict=False)
274275
def test_documentsnapshot___hash__():
275276
import datetime
276277
from proto.datetime_helpers import DatetimeWithNanoseconds

0 commit comments

Comments
 (0)