Skip to content

Commit

Permalink
Merge pull request #1208 from DennisHeimbigner/dap4off.dmh
Browse files Browse the repository at this point in the history
Temporarily disable selected DAP4 tests
  • Loading branch information
DennisHeimbigner committed Jul 7, 2023
2 parents 5ea0fbb + 9ac91d9 commit 78e618b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dap4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ test {
include 'dap4/test/TestParserDMR.class'
include 'dap4/test/TestParserCE.class'
include 'dap4/test/TestRaw.class'
include 'dap4/test/TestDap4Url.class'
if(false) { // disable selected dap4 tests for now
include 'dap4/test/TestRemote.class'
include 'dap4/test/TestConstraints.class'
include 'dap4/test/TestHyrax.class'
include 'dap4/test/TestDap4Url.class'
}

dependsOn('farmBeforeIntegrationTest')
finalizedBy('farmAfterIntegrationTest')
Expand Down

0 comments on commit 78e618b

Please sign in to comment.