Skip to content

Commit

Permalink
Skip binary for determinism checking
Browse files Browse the repository at this point in the history
This adds Microsoft.CodeAnalysis.EditorFeatures2.UnitTests.dll since
right now that binary is impacted by
dotnet#48417.
  • Loading branch information
jasonmalinowski committed Oct 8, 2020
1 parent 25f6b6e commit 9796485
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eng/test-determinism.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ if ($help) {

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

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

0 comments on commit 9796485

Please sign in to comment.