From 2b5a14e6aee9238280425405ad9f2f4095e32a35 Mon Sep 17 00:00:00 2001 From: HiteshRepo Date: Sun, 28 Jan 2024 20:42:15 +0530 Subject: [PATCH] runs only 2 suites of site coll package --- .github/workflows/ci.yml | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56fb1a72e..0d84bc734 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -309,7 +309,7 @@ jobs: -failfast \ -p 1 \ -timeout 20m \ - -run '^SharePointCollectionUnitSuite/' ./internal/m365/collection/site \ + -run '^TestSharePointBackupUnitSuite/' ./internal/m365/collection/site \ 2>&1 | tee -a ./testlog/gotest-unit.log # Run the second test @@ -321,33 +321,6 @@ jobs: -run '^TestExportUnitSuite/' ./internal/m365/collection/site \ 2>&1 | tee -a ./testlog/gotest-unit.log - # Run the third test - go test \ - -tags testing \ - -failfast \ - -p 1 \ - -timeout 20m \ - -run '^TestPagesUnitSuite/' ./internal/m365/collection/site \ - 2>&1 | tee -a ./testlog/gotest-unit.log - - # Run the fourth test - go test \ - -tags testing \ - -failfast \ - -p 1 \ - -timeout 20m \ - -run '^TestSharePointRestoreUnitSuite/' ./internal/m365/collection/site \ - 2>&1 | tee -a ./testlog/gotest-unit.log - - # Run the fifth test - go test \ - -tags testing \ - -failfast \ - -p 1 \ - -timeout 20m \ - -run '^TestSharePointBackupUnitSuite/' ./internal/m365/collection/site \ - 2>&1 | tee -a ./testlog/gotest-unit.log - # - name: all tests # env: # # Set these to a bad value so we don't accidentally fall back to