-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Kotest from Micronaut-test (#657)
* Remove Kotest from Micronaut-test For 4.0.0 we only will support Kotest 5, so remove the tests for Kotest They were failing anyway, as we had removed the kotest4 dependencies from the build * Disable PTS for kotest * Fix japicmp * Add snapshot repo to main build for coverage
- Loading branch information
Showing
40 changed files
with
17 additions
and
1,209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
plugins { | ||
id "io.micronaut.build.internal.bom" | ||
} | ||
|
||
micronautBom { | ||
suppressions { | ||
acceptedLibraryRegressions.add("micronaut-test-kotest") | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
98 changes: 0 additions & 98 deletions
98
test-kotest/src/main/kotlin/io/micronaut/test/extensions/kotest/MicronautKotestContext.kt
This file was deleted.
Oops, something went wrong.
127 changes: 0 additions & 127 deletions
127
test-kotest/src/main/kotlin/io/micronaut/test/extensions/kotest/MicronautKotestExtension.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.