Skip to content

Commit

Permalink
Disable failing test
Browse files Browse the repository at this point in the history
Airbrake seems to retrun statusCode === 200 for bad API keys now. The
response body is:

You have accessed a deleted account.

or

Your account is being provisioned or no longer active.
  • Loading branch information
felixge committed May 3, 2012
1 parent 46eccda commit 5939fea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/slow/test-invalid-api-key.js
@@ -1,3 +1,5 @@
return console.log('disabled - airbrake returns success codes for this now?');

var common = require('../common');
var airbrake = require(common.dir.root).createClient();
var assert = require('assert');
Expand Down

0 comments on commit 5939fea

Please sign in to comment.