diff --git a/e2e/test/iothub/service/RegistryManagerExportDevicesTests.cs b/e2e/test/iothub/service/RegistryManagerExportDevicesTests.cs index b379a3ee20..186deaeeba 100644 --- a/e2e/test/iothub/service/RegistryManagerExportDevicesTests.cs +++ b/e2e/test/iothub/service/RegistryManagerExportDevicesTests.cs @@ -31,6 +31,7 @@ public class RegistryManagerExportDevicesTests : E2EMsTestBase '\n', }; + [Ignore] // skip tests here for now while we are investigating with service team. The issue happens on GWv2. [TestMethodWithRetry(Max = 3)] [Timeout(LongRunningTestTimeoutMilliseconds)] [TestCategory("LongRunning")] diff --git a/e2e/test/iothub/service/RegistryManagerImportDevicesTests.cs b/e2e/test/iothub/service/RegistryManagerImportDevicesTests.cs index f4b8c1e7bf..de47f22fb0 100644 --- a/e2e/test/iothub/service/RegistryManagerImportDevicesTests.cs +++ b/e2e/test/iothub/service/RegistryManagerImportDevicesTests.cs @@ -27,6 +27,7 @@ public class RegistryManagerImportDevicesTests : E2EMsTestBase private const int MaxIterationWait = 180; private static readonly TimeSpan s_waitDuration = TimeSpan.FromSeconds(5); + [Ignore] // skip tests here for now while we are investigating with service team. The issue happens on GWv2. [DataTestMethod] [TestCategory("LongRunning")] [Timeout(LongRunningTestTimeoutMilliseconds)] // the number of jobs that can be run at a time are limited anyway