Skip to content

Commit

Permalink
bring back ignored e2e (#3429)
Browse files Browse the repository at this point in the history
  • Loading branch information
brycewang-microsoft authored Feb 9, 2024
1 parent bb8baac commit 9e445ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ 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,7 +27,6 @@ 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 9e445ce

Please sign in to comment.