Skip to content

Commit

Permalink
Add NeedsExternalResource category to test that uses the downloads page
Browse files Browse the repository at this point in the history
  • Loading branch information
Tara Drwenski committed Dec 27, 2023
1 parent dade102 commit fb11ff4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tds/src/test/java/thredds/server/config/TdsContextTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
import ucar.unidata.util.test.category.NeedsContentRoot;
import java.lang.invoke.MethodHandles;
import java.util.Map;
import ucar.unidata.util.test.category.NeedsExternalResource;

@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations = {"/WEB-INF/applicationContext.xml"}, loader = MockTdsContextLoader.class)
@Category(NeedsContentRoot.class)
@Category({NeedsContentRoot.class, NeedsExternalResource.class})
public class TdsContextTest {
private static final Logger logger = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());

Expand Down

0 comments on commit fb11ff4

Please sign in to comment.