Skip to content

Commit 987cca9

Browse files
authored
Disabling flaky test (#3139)
1 parent 4569526 commit 987cca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MaterialDesignThemes.UITests/WPF/PasswordBoxes/PasswordBoxTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ public async Task PasswordBox_WithHintAndValidationError_RespectsPadding(string
297297
recorder.Success();
298298
}
299299

300-
[Fact]
300+
[Fact(Skip = "Ignoring until I can figure out why this doesn't work on the GitHub Actions runner")]
301301
[Description("Issue 3095")]
302302
public async Task PasswordBox_WithRevealedPassword_RespectsKeyboardTabNavigation()
303303
{

0 commit comments

Comments
 (0)