Skip to content

Commit

Permalink
RestPushTest: @ignore list_channels test, which fails randomly due to…
Browse files Browse the repository at this point in the history
… test interference
  • Loading branch information
paddybyers committed Nov 15, 2019
1 parent d179cfa commit 6a81179
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions lib/src/test/java/io/ably/lib/test/rest/RestPushTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.fail;

import org.junit.AfterClass;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.*;
import org.junit.rules.Timeout;

import java.util.Arrays;
Expand Down Expand Up @@ -639,6 +636,7 @@ public void then(Helpers.AblyFunction<Void, ChannelSubscription[]> get) throws A

// RHS1c2
@Test
@Ignore("FIXME: tests interfere")
public void push_admin_channelSubscriptions_listChannels() throws Exception {
new Helpers.SyncAndAsync<Void, String[]>(){
@Override
Expand Down Expand Up @@ -818,4 +816,4 @@ public void then(Helpers.AblyFunction<Param[], Void> get) throws AblyException {

testCases.run();
}
}
}

0 comments on commit 6a81179

Please sign in to comment.