Skip to content

Commit

Permalink
dotnet#48417 is closed, EditorFeatures2.UnitTests should not be an ex…
Browse files Browse the repository at this point in the history
…ception anymore
  • Loading branch information
lukas-lansky committed Mar 9, 2021
1 parent 6bbcb6d commit 0b854ee
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 @@ -22,10 +22,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 0b854ee

Please sign in to comment.