提交 490680ab 编写于 作者: R Ramez Ragaa

chore: enable more working tests in RepeaterTests

上级 ba1ad1e9
...@@ -42,7 +42,6 @@ namespace Windows.UI.Xaml.Tests.MUXControls.ApiTests.RepeaterTests ...@@ -42,7 +42,6 @@ namespace Windows.UI.Xaml.Tests.MUXControls.ApiTests.RepeaterTests
#if __ANDROID__ || __WASM__ #if __ANDROID__ || __WASM__
[Ignore] // TODO: Android and WASM tests are failing [Ignore] // TODO: Android and WASM tests are failing
#endif #endif
[Uno.UI.RuntimeTests.RunsOnUIThread]
public class RepeaterTests : MUXApiTestBase public class RepeaterTests : MUXApiTestBase
{ {
[TestMethod] [TestMethod]
...@@ -559,7 +558,6 @@ namespace Windows.UI.Xaml.Tests.MUXControls.ApiTests.RepeaterTests ...@@ -559,7 +558,6 @@ namespace Windows.UI.Xaml.Tests.MUXControls.ApiTests.RepeaterTests
[TestMethod] [TestMethod]
[Ignore("Currently fails on all targets https://github.com/unoplatform/uno/issues/9080")]
public void VerifyStoreScenarioCache() public void VerifyStoreScenarioCache()
{ {
ItemsRepeater rootRepeater = null; ItemsRepeater rootRepeater = null;
...@@ -625,7 +623,6 @@ namespace Windows.UI.Xaml.Tests.MUXControls.ApiTests.RepeaterTests ...@@ -625,7 +623,6 @@ namespace Windows.UI.Xaml.Tests.MUXControls.ApiTests.RepeaterTests
[TestMethod] [TestMethod]
[Ignore("Currently fails on all targets https://github.com/unoplatform/uno/issues/9080")]
public void VerifyUIElementsInItemsSource() public void VerifyUIElementsInItemsSource()
{ {
ItemsRepeater repeater = null; ItemsRepeater repeater = null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册