it("must request the next ad in the waterfall if the previous ad chain returned an error", function(){
        var adTagUrl = 'http://foo.bar/';
        vast._getVASTAd(adTagUrl, callback);
        this.clock.tick();