From 55913ca74c5fc6c569ada94e15e4bc7aec9af62c Mon Sep 17 00:00:00 2001 From: dudong2 Date: Mon, 29 Jul 2024 11:19:32 +0900 Subject: [PATCH] test: Skip upgrade test from integration tests --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1351470bf2..3701a9173a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -88,7 +88,8 @@ jobs: timeout-minutes: 60 strategy: matrix: - tests: [unmarked, upgrade, filter] + # tests: [unmarked, upgrade, filter] + tests: [unmarked, filter] env: TESTS_TO_RUN: ${{ matrix.tests }} steps: