Skip to content

Commit 4936fb9

Browse files
committed
Add FIXME (#7183)
1 parent 521ef35 commit 4936fb9

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/sqs_test_case.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ class SqsTestCase(AzulUnitTestCase):
3434
@classmethod
3535
def setUpClass(cls):
3636
super().setUpClass()
37+
# FIXME: Remove patch once bundle notifications are enabled
38+
# https://github.com/DataBiosphere/azul/issues/7183
3739
cls._patch_enable_bundle_notifications()
3840

3941
@classmethod

0 commit comments

Comments
 (0)