Skip to content

Commit

Permalink
revert scope
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlamz committed Mar 27, 2024
1 parent adb82b3 commit 06ba1bd
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.*")
filter.includeTestsMatching("integration.container.tests.*")
}

0 comments on commit 06ba1bd

Please sign in to comment.