Skip to content

Commit 1b2a7ca

Browse files
authored
Update Microsoft.AspNetCore.Components.E2ETests.csproj
1 parent f94c484 commit 1b2a7ca

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@
1010
<!--
1111
Temporarily disabled until this runs on macOS
1212
-->
13-
<SkipTests Condition="'$(SeleniumE2ETestsSupported)' != 'true'">true</SkipTests>
14-
15-
<BaseOutputPath />
16-
<OutputPath />
13+
<SkipTests Condition="'$(SeleniumE2ETestsSupported)' != 'true' AND '$(IsHelixJob)' != 'true'">true</SkipTests>
1714
</PropertyGroup>
1815

1916
<ItemGroup>

0 commit comments

Comments
 (0)