Describe the bug
Even if using -x test -x intTest, polaris-persistence-nosql-correctness:correctnessMongoDbTest tests are executed.
To Reproduce
./gradlew clean build -x test -x intTest
Actual Behavior
:polaris-persistence-nosql-correctness:correctnessMongoDbTest executed
Expected Behavior
:polaris-persistence-nosql-correctness:correctnessMongoDbTest should not be executed when using -x test.
Additional context
No response
System information
No response