Skip to content

Commit 81ab0c3

Browse files
authored
Update Microsoft.AspNetCore.Components.E2ETests.csproj
1 parent 116f589 commit 81ab0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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'>true</SkipTests>
13+
<SkipTests Condition="'$(SeleniumE2ETestsSupported)' != 'true'">true</SkipTests>
1414
</PropertyGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)