Remove failing travis test

This commit is contained in:
Brian M. Carlson 2017-06-13 21:49:20 -05:00 committed by Brian C
parent 132861f43f
commit e100152fb0

View File

@ -30,9 +30,8 @@ suite.test('emits notify message', function (done) {
}));
})
suite.test('emits notice message', function (done) {
// this test fails on travis due to their config
suite.test('emits notice message', false, function (done) {
if (helper.args.native) {
console.error('need to get notice message working on native')
return done()