Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Remove part of job test till we re-emable new behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebbo committed Feb 5, 2014
1 parent 2ad18af commit e0d74e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Kudu.FunctionalTests/Jobs/WebJobsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public void DeleteConsoleWorkerExecutableStopsIt()
appManager.VfsManager.Delete(ConsoleWorkerExecutablePath);
#if NOTYET
WaitUntilAssertVerified(
"runnable script is missing",
TimeSpan.FromSeconds(60),
Expand All @@ -89,6 +90,7 @@ public void DeleteConsoleWorkerExecutableStopsIt()
});
appManager.VfsManager.Delete(ConsoleWorkerJobPath, recursive: true);
#endif
WaitUntilAssertVerified(
"no continuous jobs exist",
Expand Down

0 comments on commit e0d74e5

Please sign in to comment.