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 3774a46 commit be22fd2Copy full SHA for be22fd2
pubnub-kotlin/pubnub-kotlin-api/src/commonTest/kotlin/com/pubnub/test/integration/ChannelMetadataTest.kt
@@ -155,6 +155,9 @@ class ChannelMetadataTest : BaseIntegrationTest() {
155
156
@Test
157
fun can_receive_set_metadata_event() = runTest {
158
+ if (PLATFORM == "JS") { // todo enable for JS once stable on CI/CD
159
+ return@runTest
160
+ }
161
pubnub.test(backgroundScope) {
162
// given
163
pubnub.awaitSubscribe(listOf(channel))
0 commit comments