File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
components/Extensions/tests Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -336,8 +336,9 @@ await DispatcherQueue.GetForCurrentThread().EnqueueAsync(async () =>
336
336
Assert . IsNull ( taskSource . Task . Exception ) ;
337
337
}
338
338
339
+ [ Ignore ]
339
340
[ TestCategory ( "DispatcherQueueExtensions" ) ]
340
- [ UIThreadTestMethod ]
341
+ //// [UIThreadTestMethod] - TODO: https://github.com/CommunityToolkit/Tooling-Windows-Submodule/issues/121
341
342
public async Task DispatcherQueueHelper_FuncOfTaskOfT_Exception ( )
342
343
{
343
344
var task = DispatcherQueue . GetForCurrentThread ( ) . EnqueueAsync ( new Func < Task < int > > ( ( ) =>
Original file line number Diff line number Diff line change @@ -59,8 +59,9 @@ public async Task FrameworkElementExtension_RelativeAncestor_FreeParentBaseline(
59
59
Assert . IsFalse ( textRef . IsAlive , "TextBox is still alive..." ) ;
60
60
}
61
61
62
+ [ Ignore ]
62
63
[ TestCategory ( "FrameworkElementExtension" ) ]
63
- [ UIThreadTestMethod ]
64
+ //// [UIThreadTestMethod] - TODO: https://github.com/CommunityToolkit/Tooling-Windows-Submodule/issues/121
64
65
public async Task FrameworkElementExtension_RelativeAncestor_FreeParent ( FrameworkElementRelativeAncestorDataTemplateTestPage page )
65
66
{
66
67
var list = page . FindDescendant < ListView > ( ) ;
@@ -85,9 +86,9 @@ public async Task FrameworkElementExtension_RelativeAncestor_FreeParent(Framewor
85
86
Assert . IsFalse ( listRef . IsAlive , "ListView is still alive..." ) ;
86
87
}
87
88
88
- [ TestCategory ( "FrameworkElementExtension" ) ]
89
- [ UIThreadTestMethod ]
90
89
[ Ignore ]
90
+ [ TestCategory ( "FrameworkElementExtension" ) ]
91
+ ////[UIThreadTestMethod] - TODO: https://github.com/CommunityToolkit/Tooling-Windows-Submodule/issues/121
91
92
public async Task FrameworkElementExtension_RelativeAncestor_FreePageNavigation ( )
92
93
{
93
94
TaskCompletionSource < bool ? > taskCompletionSource = new ( ) ;
You can’t perform that action at this time.
0 commit comments