Skip to content

Commit

Permalink
change test scope
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonli-improving committed Feb 29, 2024
1 parent 3df2e0b commit 6aee2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapper/src/test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ tasks.register<Test>("in-container") {

// modify below filter to select specific integration tests
// see https://docs.gradle.org/current/javadoc/org/gradle/api/tasks/testing/TestFilter.html
filter.includeTestsMatching("integration.container.tests.TopologyQueryTests.auroraTestTimestamp")
filter.includeTestsMatching("integration.container.tests.TopologyQueryTests.*")
}

0 comments on commit 6aee2ae

Please sign in to comment.