diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b070fc788763..97aff34a3b1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -248,7 +248,6 @@ jobs: modules: - ":trino-main" - ":trino-tests" - - ":trino-tests -P ci-only" - ":trino-raptor-legacy" - ":trino-accumulo" - ":trino-cassandra" diff --git a/testing/trino-tests/pom.xml b/testing/trino-tests/pom.xml index 0ba4dca6a6c0..e14def0f19a7 100644 --- a/testing/trino-tests/pom.xml +++ b/testing/trino-tests/pom.xml @@ -251,43 +251,4 @@ test - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - **/TestDistributedQueriesNoHashGeneration.java - **/TestLocalQueries.java - **/TestNonIterativeDistributedQueries.java - - - - - - - - - ci-only - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - **/TestDistributedQueriesNoHashGeneration.java - **/TestLocalQueries.java - **/TestNonIterativeDistributedQueries.java - - - - - - -