Skip to content

Commit

Permalink
Update engine-tests/build.gradle.kts
Browse files Browse the repository at this point in the history
Co-authored-by: jdrueckert <jd.rueckert@googlemail.com>
  • Loading branch information
soloturn and jdrueckert authored Apr 3, 2024
1 parent ba720ac commit fdc37c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ tasks.register<Test>("integrationTest") {
tasks.register<Test>("integrationTestFlaky") {
dependsOn(tasks.getByPath(":extractNatives"))
group = "Verification"
description = "Runs flaky integration tests tagged with 'MteTest', 'TteTest' AND tag 'flaky'."
description = "Runs integration tests tagged with 'flaky' and either 'MteTest' or 'TteTest'."

useJUnitPlatform {
includeTags("MteTest & flaky", "TteTest & flaky")
Expand Down

0 comments on commit fdc37c5

Please sign in to comment.