Skip to content

Commit c9902ed

Browse files
committed
[tests] Disable a few DotNetWatch tests that have regressed.
1 parent 43cd3fb commit c9902ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/dotnet/UnitTests/DotNetWatchTest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ namespace Xamarin.Tests {
1313
[TestFixture]
1414
public class DotNetWatchTest : TestBaseClass {
1515
[Test]
16-
[TestCase (ApplePlatform.MacOSX, false, false)]
16+
// [TestCase (ApplePlatform.MacOSX, false, false)] // https://github.com/dotnet/macios/issues/26470
1717
[TestCase (ApplePlatform.MacCatalyst, false, false)]
18-
[TestCase (ApplePlatform.iOS, false, false)]
18+
// [TestCase (ApplePlatform.iOS, false, false)] // https://github.com/dotnet/macios/issues/26470
1919
[TestCase (ApplePlatform.MacCatalyst, true, false)]
2020
[TestCase (ApplePlatform.iOS, true, false)]
21-
[TestCase (ApplePlatform.MacCatalyst, false, true)]
21+
// [TestCase (ApplePlatform.MacCatalyst, false, true)] // https://github.com/dotnet/macios/issues/26470
2222
[TestCase (ApplePlatform.MacOSX, false, true)]
2323
public void DotNetWatch (ApplePlatform platform, bool useMonoRuntime, bool enableSandbox)
2424
{

0 commit comments

Comments
 (0)