зеркало из https://github.com/aspnet/MusicStore.git
Unskip a test as it has been fixed in dnx
This commit is contained in:
Родитель
dbe4327932
Коммит
c36b89aa16
|
@ -62,7 +62,7 @@ namespace E2ETests
|
|||
await smokeTestRunner.SmokeTestSuite(serverType, runtimeFlavor, architecture, applicationBaseUrl);
|
||||
}
|
||||
|
||||
[ConditionalTheory(Skip = "Bug: https://github.com/dotnet/coreclr/issues/1752"), Trait("E2Etests", "E2Etests")]
|
||||
[ConditionalTheory, Trait("E2Etests", "E2Etests")]
|
||||
[OSSkipCondition(OperatingSystems.Windows)]
|
||||
[InlineData(ServerType.Kestrel, RuntimeFlavor.CoreClr, RuntimeArchitecture.x64, "http://localhost:5011/")]
|
||||
public async Task NonWindowsOS(
|
||||
|
|
Загрузка…
Ссылка в новой задаче