Disable language tests on examples

This commit is contained in:
Glavin Wiechert 2016-03-30 01:26:55 -03:00
parent f65453d7bb
commit 43a3647e31
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ isWindows = process.platform is 'win32' or
process.env.OSTYPE is 'cygwin' or
process.env.OSTYPE is 'msys'
describe "BeautifyLanguages", ->
xdescribe "BeautifyLanguages", ->
optionsDir = path.resolve(__dirname, "../examples")