Skip to content

Commit 83e7685

Browse files
authored
Merge branch 'develop' into tmp/1693521370/main
2 parents f192f3c + 0656cdd commit 83e7685

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration/combination/test_connectors.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from integration.config.service_names import SCHEDULE_EVENT
99
from integration.conftest import clean_bucket
10-
from integration.helpers.base_test import S3_BUCKET_PREFIX, BaseTest
10+
from integration.helpers.base_test import S3_BUCKET_PREFIX, BaseTest, nonblocking
1111
from integration.helpers.resource import current_region_does_not_support, generate_suffix
1212

1313
retry_once = retry(
@@ -24,6 +24,7 @@
2424
current_region_does_not_support([SCHEDULE_EVENT]),
2525
"SCHEDULE_EVENT is not supported in this testing region",
2626
)
27+
@nonblocking
2728
class TestConnectorsWithEventBus(BaseTest):
2829
@parameterized.expand(
2930
[

0 commit comments

Comments
 (0)