Skip to content

Commit 64c5fa8

Browse files
committed
Fix test case
1 parent 149cca1 commit 64c5fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ci_app_tests/test_json.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def test_jsontree(self):
107107
def test_hatchetcontroller(self):
108108
""" Test hatchet-region-profile controller """
109109

110-
target_cmd = [ './ci_test_macros', '0', 'hatchet-region-profile,use.mpi=false,output=stdout' ]
110+
target_cmd = [ './ci_test_macros', '0', 'hatchet-region-profile,use.mpi=false,output=stdout,node.order=false' ]
111111

112112
caliper_config = {
113113
'CALI_LOG_VERBOSITY' : '0'

0 commit comments

Comments
 (0)