Skip to content

Commit

Permalink
Skip errant app test
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Nibecker authored and demmer committed Mar 11, 2016
1 parent b41a71b commit 0e6882d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/app/app.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ describe('app tests', function() {
});
});

it('can open juttle program with an input, fill it out, and run', () => {
// https://github.com/juttle/juttle-engine/issues/83
it.skip('can open juttle program with an input, fill it out, and run', () => {
return juttleEngineTester.run({
path: path.join(__dirname, 'juttle', 'one-input.juttle')
})
Expand Down

0 comments on commit 0e6882d

Please sign in to comment.