Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@

namespace Microsoft.Testing.Platform.Acceptance.IntegrationTests;

// Temporarily disabled: OneLocBuild keeps reverting the TerminalResources.*.xlf targets to English,
// which makes these tests fail on every loc check-in. Re-enable once proper translations flow. See https://github.com/microsoft/testfx/issues/9295.
[Ignore("Disabled until OneLocBuild ships proper TerminalResources translations. See https://github.com/microsoft/testfx/issues/9295.")]
[TestClass]
public sealed class LocalizationFailingTests : AcceptanceTestBase<LocalizationFailingTests.TestAssetFixture>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@

namespace Microsoft.Testing.Platform.Acceptance.IntegrationTests;

// Temporarily disabled: OneLocBuild keeps reverting the TerminalResources.*.xlf targets to English,
// which makes these tests fail on every loc check-in. Re-enable once proper translations flow. See https://github.com/microsoft/testfx/issues/9295.
[Ignore("Disabled until OneLocBuild ships proper TerminalResources translations. See https://github.com/microsoft/testfx/issues/9295.")]
[TestClass]
public class LocalizationTests : AcceptanceTestBase<LocalizationTests.TestAssetFixture>
{
Expand Down