diff --git a/src/Uno.UI.RuntimeTests/IntegrationTests/dxaml/controls/commandbar/CommandBarIntegrationTests.cs b/src/Uno.UI.RuntimeTests/IntegrationTests/dxaml/controls/commandbar/CommandBarIntegrationTests.cs index bf3e592e8b70..c74f38dec51f 100644 --- a/src/Uno.UI.RuntimeTests/IntegrationTests/dxaml/controls/commandbar/CommandBarIntegrationTests.cs +++ b/src/Uno.UI.RuntimeTests/IntegrationTests/dxaml/controls/commandbar/CommandBarIntegrationTests.cs @@ -726,6 +726,7 @@ await RunOnUIThread(() => [TestMethod] [Description("When the CommandBar is Disabled, the more button should be greyed out.")] + [Ignore("ResourceDictionary retrieval is incorrect #17271")] public async Task ValidateMoreButtonVisualInDisabledState() { TestCleanupWrapper cleanup; diff --git a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_TextBox.skia.cs b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_TextBox.skia.cs index ba1b121d3f29..d2b33db10bfb 100644 --- a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_TextBox.skia.cs +++ b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_TextBox.skia.cs @@ -3516,8 +3516,7 @@ public async Task When_Variable_Width_Tab() [TestMethod] public async Task When_Tab_Forces_NewLine_When_Not_Enough_Width() { - using var _1 = new TextBoxFeatureConfigDisposable(); - using var _2 = StyleHelper.UseFluentStyles(); + using var _ = new TextBoxFeatureConfigDisposable(); // WinUI actually wraps when width <= 114, not <= 113 like we have here. // But when width == 114, WinUI has a bug where it wraps, but it doesn't