Skip to content

Commit f7e2b60

Browse files
committed
Add FIXME (#7183)
1 parent b69298d commit f7e2b60

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

environment.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -960,5 +960,8 @@ def env() -> Mapping[str, Optional[str]]:
960960

961961
# Whether to enable bundle notifications for incremental index changes
962962
#
963+
# FIXME: Enable bundle notifications again #7183
964+
# https://github.com/DataBiosphere/azul/issues/7183
965+
#
963966
'AZUL_ENABLE_BUNDLE_NOTIFICATIONS': '0'
964967
}

test/azul_test_case.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,8 @@ def setUpClass(cls) -> None:
285285
cls._patch_dss_query_prefix()
286286
cls._patch_lambda_env()
287287
cls._patch_valid_schema_domains()
288+
# FIXME: Remove patch once bundle notifications are enabled again
289+
# https://github.com/DataBiosphere/azul/issues/7183
288290
cls._patch_enable_bundle_notifications()
289291

290292
def setUp(self) -> None:

0 commit comments

Comments
 (0)