Skip to content

Commit

Permalink
chore: Disable failing test, adjust TB test
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Sep 3, 2024
1 parent c387f1a commit 6ff34db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ff34db

Please sign in to comment.