Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wkal-pubnub committed Sep 20, 2024
1 parent 05232ae commit 16a9de9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ private com.pubnub.api.java.PubNub adminPubNub() {

@Ignore("This test should be fixed")// To SubscribeEffectInvocation.EmitStatus in is SubscribeEvent.HandshakeFailure add affectedChannels and affectedChannelGroups
@Test
@Ignore
public void alwaysContinueSubscriptionToChannelGroupIfNoActionTaken() throws PubNubException, InterruptedException {
final String channelGroup = "chg-1-" + randomId();

Expand All @@ -227,7 +226,6 @@ public void alwaysContinueSubscriptionToChannelGroupIfNoActionTaken() throws Pub

@Ignore("This test should be fixed")// 1. To SubscribeEffectInvocation.EmitStatus in is SubscribeEvent.HandshakeFailure add affectedChannels and affectedChannelGroups
@Test
@Ignore
public void alwaysContinueSubscriptionIfNoActionTaken() throws InterruptedException {
final String channel = "ch-" + randomId();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import com.github.tomakehurst.wiremock.client.WireMock
import com.github.tomakehurst.wiremock.core.WireMockConfiguration.wireMockConfig
import com.pubnub.api.UserId
import com.pubnub.api.enums.PNLogVerbosity
import com.pubnub.api.retry.RetryConfiguration
import com.pubnub.api.v2.PNConfiguration
import com.pubnub.internal.PubNubImpl
import com.pubnub.test.CommonUtils.defaultListenDuration
Expand Down Expand Up @@ -64,6 +65,7 @@ abstract class BaseTest {
origin = wireMockServer.baseUrl().toHttpUrlOrNull()!!.run { "$host:$port" }
secure = false
logVerbosity = PNLogVerbosity.BODY
retryConfiguration = RetryConfiguration.None
}

fun clearConfiguration() {
Expand Down

0 comments on commit 16a9de9

Please sign in to comment.