Skip to content

Commit 35af462

Browse files
authored
[release/9.0.1xx] Update GivenThatWeWantMSBuildToRespectCustomCulture.cs (#47565)
1 parent 8ca1f41 commit 35af462

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

test/Microsoft.NET.Build.Tests/GivenThatWeWantMSBuildToRespectCustomCulture.cs

-13
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,5 @@ public void SupportRespectAlreadyAssignedItemCulture_ByDefault_ForDotnet9(string
2727
new FileInfo(Path.Combine(outputDirectory, "test-2", "MSBuildCultureResourceGeneration.resources.dll")).Should().Exist();
2828
}
2929

30-
[Theory]
31-
[InlineData("net7.0")]
32-
[InlineData("net6.0")]
33-
public void SupportRespectAlreadyAssignedItemCulture_IsNotSupported_BuildShouldFail(string targetFramework)
34-
{
35-
var testAsset = _testAssetsManager
36-
.CopyTestAsset("MSBuildCultureResourceGeneration", identifier: targetFramework)
37-
.WithSource()
38-
.WithTargetFramework(targetFramework);
39-
40-
var buildCommand = new BuildCommand(testAsset);
41-
buildCommand.Execute().Should().Fail();
42-
}
4330
}
4431
}

0 commit comments

Comments
 (0)