Skip to content

Commit

Permalink
Fix a test that should not be run concurrently
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Peng committed Dec 25, 2018
1 parent 6a5ab59 commit 13f37d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_execute.py
Expand Up @@ -1017,7 +1017,7 @@ def testOutputInLoop(self):
[default]
s = [x for x in range(5)]
output_files = ['temp/{}.txt'.format(x) for x in range(5)]
input: for_each = ['s']
input: for_each = ['s'], concurrent=False
output: output_files[_index]
run: active = 0
rm -f temp/out.log
Expand Down

0 comments on commit 13f37d4

Please sign in to comment.