Skip to content

Commit 116f589

Browse files
authored
Run all on all platforms to see what's going on
1 parent 1b2a7ca commit 116f589

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!--
1111
Temporarily disabled until this runs on macOS
1212
-->
13-
<SkipTests Condition="'$(SeleniumE2ETestsSupported)' != 'true' AND '$(IsHelixJob)' != 'true'">true</SkipTests>
13+
<SkipTests Condition="'$(SeleniumE2ETestsSupported)' != 'true'>true</SkipTests>
1414
</PropertyGroup>
1515
1616
<ItemGroup>
@@ -42,9 +42,9 @@
4242
<HelixPreCommand Include="call npm i yarn;call node_modules\.bin\yarn install" />
4343
<HelixContent Include="package.json" />
4444
<HelixContent Include="yarn.lock" />
45-
<!-- This is currently windows only -->
45+
<!-- This is currently windows only >
4646
<HelixProjectPlatform Remove="Linux;OSX" />
47-
<HelixProjectPlatform Remove="@(HelixProjectPlatform)" />
47+
<HelixProjectPlatform Remove="@(HelixProjectPlatform)" /-->
4848
<HelixProjectTargetQueue Include="Windows.10.Amd64.ClientRS4.VS2017.Open" />
4949
</ItemGroup>
5050

0 commit comments

Comments
 (0)