From 647f1d01e5aa31b2dd7f5597a63f794d6b634fc5 Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Mon, 20 Mar 2023 17:51:09 -0700 Subject: [PATCH] test: Mark document snapshot hash as flaky use the pytest.mark.xfail decorator --- tests/unit/v1/test_base_document.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/v1/test_base_document.py b/tests/unit/v1/test_base_document.py index b4ed2730f8..28fcc5b2a4 100644 --- a/tests/unit/v1/test_base_document.py +++ b/tests/unit/v1/test_base_document.py @@ -271,6 +271,7 @@ def test_documentsnapshot___eq___same_reference_same_data(): assert snapshot == other +@pytest.mark.xfail(strict=False) def test_documentsnapshot___hash__(): import datetime from proto.datetime_helpers import DatetimeWithNanoseconds