We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1f606 commit 2499021Copy full SHA for 2499021
test/smoke/test_multi_channel_api.py
@@ -41,6 +41,7 @@ def setUp(self) -> None:
41
42
self.expiration = datetime.now(ZoneInfo('America/New_York')) + timedelta(minutes=1)
43
44
+ @unittest.skip("Still in Beta, skip for now")
45
def test_create_multi_channel_message(self) -> None:
46
"""Test case for create_multi_channel_message
47
0 commit comments