diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b1a30fb7..1d060732c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,8 +69,8 @@ jobs: - name: Test run: make test - - name: Test HistoryV3 - run: make test3 +# - name: Test HistoryV3 +# run: make test3 tests-windows: if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }} diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 5d33ef7ee..beea4a5df 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -36,8 +36,8 @@ jobs: - name: test-integration run: make test-integration - - name: history-v3-test-integration - run: make test3-integration +# - name: history-v3-test-integration +# run: make test3-integration tests-windows: strategy: