Skip to content

Commit

Permalink
Remove ignore for failing transportManager test
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKast committed Feb 12, 2024
1 parent df454f2 commit a0a516f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ public void testConnectionStatus() {
}

@Test
@Ignore
public void testOnTransportConnections() {

TransportManager manager = createTransportManager();
Expand All @@ -142,7 +141,6 @@ public void testOnTransportConnections() {
}

@Test
@Ignore
public void testOnPacket() {
TransportManager manager = createTransportManager();
assertNotNull(manager.transportListener);
Expand Down

0 comments on commit a0a516f

Please sign in to comment.