Skip to content

Commit

Permalink
Test ignoring that failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
tdrwenski committed Feb 26, 2024
1 parent 34b1afb commit 2751076
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions httpservices/src/test/java/ucar/nc2/util/net/TestHang.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

import org.junit.Assert;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
Expand All @@ -32,6 +33,7 @@
* with at least one being non-existent
*/

@Ignore("Temporarily as a test")
@RunWith(Parameterized.class)
public class TestHang {
private static final Logger logger = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
Expand Down

0 comments on commit 2751076

Please sign in to comment.