Skip to content

Commit

Permalink
fix excludeTags integration
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuchitO committed Mar 22, 2024
1 parent 7d19f6e commit 8363494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kbazaar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
test {
testLogging.showStandardStreams = true
useJUnitPlatform {
excludeTags 'integration'
excludeTags 'integration-test'
}
}

Expand Down Expand Up @@ -126,4 +126,4 @@ testlogger {

// set to false to hide failed standard out and error streams
showFailedStandardStreams true
}
}

0 comments on commit 8363494

Please sign in to comment.