diff options
| author | Igor Minar | 2011-09-02 15:53:26 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-09-02 16:17:05 -0700 |
| commit | 7f0b97e02c61183a30d39f7ce81d11220ac64cca (patch) | |
| tree | d84716d145cb01ee9ba3dd9ed6fe463170b6d94f /docs/content/cookbook | |
| parent | fc7f1ef6a04f92fb79f5aa65829986b75ad1f45c (diff) | |
| download | angular.js-7f0b97e02c61183a30d39f7ce81d11220ac64cca.tar.bz2 | |
test(jsonp): fixing jsonp e2e tests
- buzz api keeps on throttling our requests which makes our build fail
so I'm disabling the buzz demo e2e test
- the $xhr service jsonp test was modified to use jsonp on angularjs.org
instead of buzz api for the same reason as mentioned above
Diffstat (limited to 'docs/content/cookbook')
| -rw-r--r-- | docs/content/cookbook/buzz.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/cookbook/buzz.ngdoc b/docs/content/cookbook/buzz.ngdoc index 23473e56..a1e4a8b2 100644 --- a/docs/content/cookbook/buzz.ngdoc +++ b/docs/content/cookbook/buzz.ngdoc @@ -53,7 +53,7 @@ to retrieve Buzz activity and comments. </div> </doc:source> <doc:scenario> - it('fetch buzz and expand', function() { + xit('fetch buzz and expand', function() { element(':button:contains(fetch)').click(); expect(repeater('div.buzz').count()).toBeGreaterThan(0); element('.buzz a:contains(Expand replies):first').click(); |
