Skip to content

Commit 0656cdd

Browse files
authored
chore: Make a function to eventbus connect test non-blocking (#3330)
1 parent 0bb862e commit 0656cdd

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)