Skip to content

Commit

Permalink
Merge pull request dotnet#49402 from dotnet/revert-48450-disable-dete…
Browse files Browse the repository at this point in the history
…rminism-checking

Revert "Skip binary for determinism checking"
  • Loading branch information
msftbot[bot] authored Nov 16, 2020
2 parents 9da27b2 + 69a6530 commit 99ad990
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions eng/test-determinism.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ if ($help) {

# List of binary names that should be skipped because they have a known issue that
# makes them non-deterministic.
$script:skipList = @(
# Added to work around https://github.com/dotnet/roslyn/issues/48417
"Microsoft.CodeAnalysis.EditorFeatures2.UnitTests.dll"
)
$script:skipList = @()

function Run-Build([string]$rootDir, [string]$logFileName) {
# Clean out the previous run
Expand Down

0 comments on commit 99ad990

Please sign in to comment.