blob: 5bacde1854c48a97fa3b7272f8064abc9f8e4187 [file] [log] [blame]
# See $MOJO_DIR/src/mojo/devtools/common/mojo_test for the format of this file.
tests = [
{
"test": "dart/test/echo_test.dart",
"type": "dart",
"timeout":5
},
# TODO(nlacasse): The syncbase tests run and pass, but then mojo_shell does
# not exit. I suspect some connection is not getting closed properly.
# More debugging is necessary.
#{
# "test": "dart/test/syncbase_test.dart",
# "type": "dart",
# "timeout": 5
#}
]