Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[native] Disable Spark E2E test CI job (prestodb#24361)
The Spark E2E tests have been causing problems since migration from CircleCI to github actions. The latter includes more tests to be run that cause an instability in the pipeline because they were previously not run consistently. This resulted in them becoming flaky affecting the entire pipeline. This PR explicitly runs tests from the previous CI as well as other selected tests that are not flaky. Excluded tests are TestPrestoSparkNativeGeneralQueries TestPrestoSparkNativeAggregations TestPrestoSparkNativeJoinQueries TestPrestoSparkNativeWindowQueries Issues have been opened to address the various observed failures.
- Loading branch information