Commit 3b489f72 authored by analog-nico's avatar analog-nico
Browse files

Removed obsolete test

parent a5336e94
Loading
Loading
Loading
Loading
+0 −14
Original line number Original line Diff line number Diff line
@@ -834,20 +834,6 @@ describe('Request-Promise', function () {


        });
        });


        it('and not interfere with Bluebird required by the user', function (done) {

            Bluebird.reject(new Error());

            setTimeout(function () {
                if (stderr.length === 0) {
                    done(new Error('Observed no output to stderr.'));
                } else {
                    done();
                }
            });

        });

    });
    });


    describe("should not alter Request's original behavior", function () {
    describe("should not alter Request's original behavior", function () {