From bb8baac2f209d907a4ba3e13f7e172251ba7415f Mon Sep 17 00:00:00 2001 From: brycewang-microsoft <94650966+brycewang-microsoft@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:17:46 -0800 Subject: [PATCH] Skip registry manager import/export devices e2e tests (#3425) --- e2e/test/iothub/service/RegistryManagerExportDevicesTests.cs | 1 + e2e/test/iothub/service/RegistryManagerImportDevicesTests.cs | 1 + 2 files changed, 2 insertions(+) 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