diff --git a/docs/content/cookbook/mvc.ngdoc b/docs/content/cookbook/mvc.ngdoc index 6a167469..9fc93686 100644 --- a/docs/content/cookbook/mvc.ngdoc +++ b/docs/content/cookbook/mvc.ngdoc @@ -93,7 +93,7 @@ no connection between the controller and the view. - it('should play a game', function(){ + xit('should play a game', function(){ piece(1, 1); expect(binding('nextMove')).toEqual('O'); piece(3, 1);