From 7c5526bfecf9a1c21ea9d537ddbbabd377960bb6 Mon Sep 17 00:00:00 2001 From: Martin Tzvetanov Grigorov Date: Tue, 30 Mar 2021 11:43:40 +0300 Subject: [PATCH] Do not run all IT tests because some dependencies are old and do not support ARM64, e.g. Parquet --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e6f33b5f..61fc8678 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,9 +23,9 @@ jdk: jobs: include: - - name: "Build and test on ARM64 CPU architecture" + - name: "Linux ARM64" arch: arm64 - env: TEST_TASK=test + env: TEST_TASK=unitTest