File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Components/test/E2ETest Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
<!--
11
11
Temporarily disabled until this runs on macOS
12
12
-->
13
- <SkipTests Condition =" '$(SeleniumE2ETestsSupported)' != 'true' AND '$(IsHelixJob)' != 'true' " >true</SkipTests >
13
+ <SkipTests Condition =" '$(SeleniumE2ETestsSupported)' != 'true'>true</SkipTests>
14
14
</PropertyGroup>
15
15
16
16
<ItemGroup>
42
42
<HelixPreCommand Include=" call npm i yarn;call node_modules\.bin\yarn install" />
43
43
<HelixContent Include=" package.json" />
44
44
<HelixContent Include=" yarn.lock" />
45
- <!-- This is currently windows only -- >
45
+ <!-- This is currently windows only >
46
46
<HelixProjectPlatform Remove=" Linux;OSX" />
47
- <HelixProjectPlatform Remove =" @(HelixProjectPlatform)" />
47
+ <HelixProjectPlatform Remove=" @(HelixProjectPlatform)" /-- >
48
48
<HelixProjectTargetQueue Include=" Windows.10.Amd64.ClientRS4.VS2017.Open" />
49
49
</ItemGroup>
50
50
You can’t perform that action at this time.
0 commit comments