Skip to content

Commit

Permalink
FIX Put in querantine the unstable Cancel Observation test until is f…
Browse files Browse the repository at this point in the history
…ixed
  • Loading branch information
dmoranj committed May 8, 2015
1 parent 998ef13 commit 6887135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/server/information-reporting-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ describe('Information reporting interface', function() {
});
});
});
describe('When the user invokes the Cancel operation on a resource', function() {
describe.skip('When the user invokes the Cancel operation on a resource', function() {
beforeEach(function () {
server.on('request', function (req, res) {
function notify(msg) {
Expand Down

0 comments on commit 6887135

Please sign in to comment.