Просмотр исходного кода

ref: disable test_duplex test (#37057)

this test uses a hardcoded date which fell out of the 89-day range of the feature
anthony sottile 2 лет назад
Родитель
Сommit
0a6176e63a
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      tests/sentry/release_health/test_duplex.py

+ 1 - 0
tests/sentry/release_health/test_duplex.py

@@ -535,6 +535,7 @@ def test_get_sessionsv2_schema():
     assert schema["avg(session.duration)"] == FixedList(22 * [Ct.Quantile] + 2 * [Ct.Ignore])
 
 
+@pytest.mark.xfail(reason="date-sensitive test")
 def test_sessionsv2_config():
     with Feature("organizations:release-health-return-metrics"):
         backend = DuplexReleaseHealthBackend(datetime(2022, 4, 28, 16, 0, tzinfo=timezone.utc))