Skip to content

Commit 92f8302

Browse files
committed
chore: ignore When_MaxLine_Paste on skia/wasm
1 parent 1d80eed commit 92f8302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_TextBox.skia.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4160,7 +4160,7 @@ public async Task When_Setting_Short_Text_And_Previous_Selection_Is_OutOfBounds(
41604160
SUT.RaiseEvent(UIElement.KeyUpEvent, new KeyRoutedEventArgs(SUT, VirtualKey.Escape, VirtualKeyModifiers.None));
41614161
}
41624162

4163-
[TestMethod]
4163+
[ConditionalTest(IgnoredPlatforms = RuntimeTestPlatforms.SkiaWasm)] // needs paste permission
41644164
public async Task When_MaxLine_Paste()
41654165
{
41664166
using var _ = new TextBoxFeatureConfigDisposable();

0 commit comments

Comments
 (0)