Skip to content

Commit

Permalink
## Description of Changes
Browse files Browse the repository at this point in the history
Temporarily disable selected DAP4 tests. Will re-enable when remotetest server
and ncjava.fork are again consistent.

## PR Checklist
<!-- This will become an interactive checklist once the PR is opened -->
- [X] Link to any issues that the PR addresses
- [X] Add labels
- [X] Open as a [draft PR](https://github.blog/2019-02-14-introducing-draft-pull-requests/)
       until ready for review
- [X] Make sure GitHub tests pass
- [X] Make sure Jenkins tests pass
- [ ] Mark PR as "Ready for Review"
  • Loading branch information
DennisHeimbigner committed Jul 7, 2023
1 parent 62a0fda commit e0eb8e1
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 e0eb8e1

Please sign in to comment.