From ac93d08dcefc40d6ac843db62de7438f91579bc9 Mon Sep 17 00:00:00 2001 From: Aaron Craelius Date: Thu, 20 Aug 2020 17:35:56 -0400 Subject: [PATCH] Disable amino tests (#7124) Co-authored-by: Alessio Treglia --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 02573c2fa..388d5df69 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -204,12 +204,6 @@ jobs: with: file: ./coverage.txt if: "env.GIT_DIFF != ''" - test-unit-amino-might-fail: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: test-unit-amino - run: make test-unit-amino liveness-test: runs-on: ubuntu-latest timeout-minutes: 10