Changing the name of two tests that conflict with each other and fail inconsistently when the tests run in parallel because they stomp on each other.
This commit is contained in:
parent
f757468dde
commit
a07c396129
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ namespace Microsoft.DotNet.Tools.Builder.Tests
|
|||
}
|
||||
|
||||
[Fact]
|
||||
public void TheRuntimeOptionsGetsCopiedFromProjectJsonToRuntimeConfigJson()
|
||||
public void RuntimeOptionsGetsCopiedToRuntimeConfigJsonForAStandaloneApp()
|
||||
{
|
||||
var testInstance = TestAssetsManager.CreateTestInstance("PortableTests")
|
||||
.WithLockFiles();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue