@@ -105,7 +105,7 @@ describe('storage', function() {
105
105
} ) ;
106
106
} ) ;
107
107
108
- it ( 'should add entity to default access controls' , function ( done ) {
108
+ it . skip ( 'should add entity to default access controls' , function ( done ) {
109
109
bucket . acl . default . add ( {
110
110
entity : USER_ACCOUNT ,
111
111
role : storage . acl . OWNER_ROLE
@@ -140,7 +140,7 @@ describe('storage', function() {
140
140
} ) ;
141
141
} ) ;
142
142
143
- it ( 'should grant an account access' , function ( done ) {
143
+ it . skip ( 'should grant an account access' , function ( done ) {
144
144
bucket . acl . add ( {
145
145
entity : USER_ACCOUNT ,
146
146
role : storage . acl . OWNER_ROLE
@@ -159,7 +159,7 @@ describe('storage', function() {
159
159
} ) ;
160
160
} ) ;
161
161
162
- it ( 'should update an account' , function ( done ) {
162
+ it . skip ( 'should update an account' , function ( done ) {
163
163
bucket . acl . add ( {
164
164
entity : USER_ACCOUNT ,
165
165
role : storage . acl . OWNER_ROLE
@@ -317,7 +317,7 @@ describe('storage', function() {
317
317
assert . equal ( typeof file . default , 'undefined' ) ;
318
318
} ) ;
319
319
320
- it ( 'should grant an account access' , function ( done ) {
320
+ it . skip ( 'should grant an account access' , function ( done ) {
321
321
file . acl . add ( {
322
322
entity : USER_ACCOUNT ,
323
323
role : storage . acl . OWNER_ROLE
@@ -334,7 +334,7 @@ describe('storage', function() {
334
334
} ) ;
335
335
} ) ;
336
336
337
- it ( 'should update an account' , function ( done ) {
337
+ it . skip ( 'should update an account' , function ( done ) {
338
338
file . acl . add ( {
339
339
entity : USER_ACCOUNT ,
340
340
role : storage . acl . OWNER_ROLE
0 commit comments