Skip to content

Commit 59870e8

Browse files
Default install Playwright to false (#43811)
1 parent 59c8461 commit 59870e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/targets/Helix.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<PropertyGroup>
1212
<_TestingArchitecture>x64</_TestingArchitecture>
1313
<_TestingArchitecture Condition=" '$(IsArm64HelixQueue)' == 'true' ">arm64</_TestingArchitecture>
14+
<TestDependsOnPlaywright Condition="'$(TestDependsOnPlaywright)' == ''">false</TestDependsOnPlaywright>
1415
</PropertyGroup>
1516

1617
<PropertyGroup Condition="'$(TestDependsOnPlaywright)' == 'true'">

0 commit comments

Comments
 (0)