Skip to content

Commit

Permalink
Do not run tests using external server on github
Browse files Browse the repository at this point in the history
  • Loading branch information
Tara Drwenski committed Feb 2, 2024
1 parent 496cdfc commit 50c09e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dap4/src/test/java/dap4/test/TestHyrax.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
import org.slf4j.Logger;
Expand All @@ -19,6 +20,7 @@
import java.nio.file.NoSuchFileException;
import java.util.ArrayList;
import java.util.List;
import ucar.unidata.util.test.category.NeedsExternalResource;

/**
* This Test uses the JUNIT Version 4 parameterized test mechanism.
Expand All @@ -32,6 +34,7 @@
* from the test.opendap.org test server
*/

@Category(NeedsExternalResource.class)
@RunWith(Parameterized.class)
public class TestHyrax extends DapTestCommon implements Dap4ManifestIF {

Expand Down

0 comments on commit 50c09e5

Please sign in to comment.