regression: remove assertion because it may go off spuriously for skipped tests.

This commit is contained in:
Japheth Lim 2016-01-13 17:10:31 +11:00
parent aab9c38901
commit 0afc807807
1 changed files with 0 additions and 4 deletions

View File

@ -348,10 +348,6 @@ def main():
del tests_queue[i]
break
# Sanity check
if tests_queue and not current_jobs:
raise RuntimeError('INTERNAL ERROR: stuck queue. Remaining tests: ' + repr(t.name for t in tests_queue))
# Wait for jobs to complete.
try:
while True: