Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlamz committed Mar 26, 2024
1 parent e094029 commit 89efa7e
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.testAuroraTimestamp")
filter.includeTestsMatching("integration.container.tests.TopologyQueryTests.*")
}

0 comments on commit 89efa7e

Please sign in to comment.