File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -662,12 +662,13 @@ function $HttpProvider() {
662
662
expect(data.getText()).toMatch(/Hello, \$http!/);
663
663
});
664
664
665
- it('should make a JSONP request to angularjs.org', function() {
666
- sampleJsonpBtn.click();
667
- fetchBtn.click();
668
- expect(status.getText()).toMatch('200');
669
- expect(data.getText()).toMatch(/Super Hero!/);
670
- });
665
+ // Commented out due to flakes. See https://github.com/angular/angular.js/issues/9185
666
+ // it('should make a JSONP request to angularjs.org', function() {
667
+ // sampleJsonpBtn.click();
668
+ // fetchBtn.click();
669
+ // expect(status.getText()).toMatch('200');
670
+ // expect(data.getText()).toMatch(/Super Hero!/);
671
+ // });
671
672
672
673
it('should make JSONP request to invalid URL and invoke the error handler',
673
674
function() {
You can’t perform that action at this time.
0 commit comments