From 71c62dac88471d75ff4795709753ce8ada158edc Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Tue, 6 Jul 2021 13:25:13 +0800 Subject: [PATCH] [KYUUBI #760] [GA] Compile only on JDK 11 due to flaky and slow tests ### _Why are the changes needed?_ ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/latest/tools/testing.html#running-tests) locally before make a pull request Closes #760 from pan3793/jdk11-skip-test. Closes #760 b616efb6 [Cheng Pan] [GA] Complie only on JDK 11 due to flaky and slow tests Authored-by: Cheng Pan Signed-off-by: Kent Yao --- .github/workflows/master.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 321d78be6..8ea041d5c 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -47,6 +47,7 @@ jobs: - java: 11 spark: '3.1' spark-hadoop: '3.2' + profiles: '-DskipTests -Pspark-provided' env: SPARK_LOCAL_IP: localhost