Skip to content

Commit cdf6a8b

Browse files
committed
ci: disable tests on aarch64 Linux
The tests often fail due to timeouts in aarch64 container. Disable them.
1 parent 8ecb2f6 commit cdf6a8b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/tests.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,7 @@ jobs:
5050
run: mage integration
5151

5252
tests-ce-linux-arm64:
53-
if: |
54-
(github.event_name == 'push') ||
55-
(github.event_name == 'pull_request' &&
56-
github.event.pull_request.head.repo.owner.login != 'tarantool' &&
57-
!contains(github.event.pull_request.labels.*.name, 'full-ci'))
53+
if: false
5854
runs-on: graviton
5955
strategy:
6056
fail-fast: false

0 commit comments

Comments
 (0)