diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index c4c380b2b9..e141bea6d1 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -235,15 +235,6 @@ jobs: os: ${{ env.os }} variant: "parallel" - - name: Run tests for time series generator tool - if: ${{ env.RUN_SIMPLE_TESTS == 'true' && !cancelled() }} - uses: ./.github/workflows/run-tests - with: - simtest-tag: ${{ env.SIMTEST }} - batch-name: ts-generator - os: ${{ env.os }} - variant: "tsgenerator" - - name: Run medium-tests if: ${{ env.RUN_EXTENDED_TESTS == 'true' && !cancelled() }} uses: ./.github/workflows/run-tests diff --git a/.github/workflows/windows-vcpkg.yml b/.github/workflows/windows-vcpkg.yml index 595e33229c..2231fc7be0 100644 --- a/.github/workflows/windows-vcpkg.yml +++ b/.github/workflows/windows-vcpkg.yml @@ -263,15 +263,6 @@ jobs: os: ${{ env.os }} variant: "parallel" - - name: Run tests for time series generator tool - if: ${{ env.RUN_SIMPLE_TESTS == 'true' && !cancelled() }} - uses: ./.github/workflows/run-tests - with: - simtest-tag: ${{ env.SIMTEST }} - batch-name: ts-generator - os: ${{ env.os }} - variant: "tsgenerator" - - name: Run medium-tests if: ${{ env.RUN_EXTENDED_TESTS == 'true' && !cancelled() }} uses: ./.github/workflows/run-tests