Don't run smoke test by default

This commit is contained in:
James Allen
2014-08-19 12:11:56 +01:00
parent a1ebd60b9f
commit 4635052393
2 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,6 @@ module.exports =
dialect: "sqlite"
storage: Path.resolve(__dirname + "/../db.sqlite")
path:
compilesDir: Path.resolve(__dirname + "/../compiles")
clsiCacheDir: Path.resolve(__dirname + "/../cache")
@@ -36,5 +35,5 @@ module.exports =
apis:
clsi:
url: "http://localhost:3013"
smokeTest: false