Skip to content

Commit

Permalink
Skip registry manager import/export devices e2e tests (#3425)
Browse files Browse the repository at this point in the history
  • Loading branch information
brycewang-microsoft authored Jan 30, 2024
1 parent de7b59c commit bb8baac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb8baac

Please sign in to comment.