Skip to content

Commit

Permalink
Revert "[wasm] Run System.Runtime tests in a deterministic order to w…
Browse files Browse the repository at this point in the history
…ork around dotnet#74302. (dotnet#76287)"

This reverts commit 68593dd.

dotnet#74302 should be fixed now by a071887.
  • Loading branch information
vargaz committed Oct 14, 2022
1 parent 8a9ca1a commit d17f47f
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
<WithoutCategories Condition="'$(EnableAdditionalTimezoneChecks)' != 'true'">$(WithoutCategories);AdditionalTimezoneChecks</WithoutCategories>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetOS)' == 'Browser'">
<!-- Workaround for https://github.com/dotnet/runtime/issues/74302 -->
<XUnitUseRandomizedTestOrderer>true</XUnitUseRandomizedTestOrderer>
<WasmXHarnessMonoArgs>--setenv=XUNIT_RANDOM_ORDER_SEED=1</WasmXHarnessMonoArgs>
</PropertyGroup>

<ItemGroup>
<RdXmlFile Include="default.rd.xml" />
</ItemGroup>
Expand Down

0 comments on commit d17f47f

Please sign in to comment.