diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index fd55cf3fc..ad663a1ff 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -66,8 +66,8 @@ jobs: run: | sc config WSearch start= auto # Starts Windows Search service- Needed for running ExplorerTest net start WSearch - - name: Test - run: dotnet test --no-build --verbosity normal -c Release -p:FlowRuntimeIdentifier=win-arm64 +# - name: Test +# run: dotnet test --no-build --verbosity normal -c Release -p:FlowRuntimeIdentifier=win-arm64 - name: Perform post_build tasks shell: pwsh run: .\Scripts\post_build.ps1 -flowversion "${env:FlowVersion}-build.${env:BUILD_NUMBER}"