Skip to content

Commit

Permalink
Issue #6072 - disabling flaky test (fixed in 9.4.x)
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed Sep 15, 2021
1 parent 9d7160d commit 2112daf
Showing 1 changed file with 5 additions and 2 deletions.
Expand Up @@ -18,8 +18,6 @@

package org.eclipse.jetty.websocket.client;

import static org.hamcrest.Matchers.*;

import java.net.URI;
import java.util.Collection;
import java.util.Set;
Expand All @@ -35,8 +33,13 @@
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.notNullValue;

@Ignore // not reliable on 9.3.x (fixed in 9.4.x)
public class SessionTest
{
private BlockheadServer server;
Expand Down

0 comments on commit 2112daf

Please sign in to comment.