Skip to content

Commit

Permalink
Reenable skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaybhargavb committed Jan 9, 2019
1 parent 33bf269 commit 308f599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ resources:
containers:
- container: LinuxContainer
image: microsoft/dotnet-buildtools-prereqs:ubuntu-14.04-cross-0cd4667-20170319080304
options: --init # This ensures all the stray defunct processes are reaped.

trigger:
- master
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,8 @@ public async Task Build_ServerConnectionMutexCreationFails_FallsBackToInProcessR
}

// Skipping on MacOS because of https://github.com/dotnet/corefx/issues/33141.
// Skipping on Linux because of https://github.com/aspnet/Razor/issues/2525.
[ConditionalFact]
[OSSkipCondition(OperatingSystems.Linux | OperatingSystems.MacOSX)]
[OSSkipCondition(OperatingSystems.MacOSX)]
[InitializeTestProject("SimpleMvc")]
public async Task ManualServerShutdown_NoPipeName_ShutsDownServer()
{
Expand Down

0 comments on commit 308f599

Please sign in to comment.