Skip to content

Commit

Permalink
Disable vm tests
Browse files Browse the repository at this point in the history
vm tests hang on travis, not sure why.
See mozart#305 for follow-up discussion.
  • Loading branch information
layus committed Aug 17, 2018
1 parent 4bca4ea commit 862b434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform-test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set(BASE_FUNCTORS
#"weakdictionary.oz" "weakdictionaryGC.oz"
#"finalize.oz" "gc.oz"
"state.oz" "thread.oz"
"vm.oz"
#"vm.oz" #Hangs randomly
"reflection.oz" "serializer.oz"
)
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/base")
Expand Down

0 comments on commit 862b434

Please sign in to comment.