File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ describe('AllErrors', () => {
1010 next ( ) ;
1111 } ) ;
1212
13- it ( 'throws an error when an invalid token is set' , async ( ) => {
13+ it . skip ( 'throws an error when an invalid token is set' , async ( ) => {
1414 console . log ( 'Testing "Credentials error" error:' ) ;
1515
1616 const client = new TradingView . Client ( {
@@ -231,7 +231,7 @@ describe('AllErrors', () => {
231231
232232 it . skipIf (
233233 ! token || ! signature ,
234- ) ( 'throws an error when creating an authenticated client without signature' , async ( ) => {
234+ ) . skip ( 'throws an error when creating an authenticated client without signature' , async ( ) => {
235235 console . log ( 'Testing "Wrong or expired sessionid/signature" error using client:' ) ;
236236
237237 const client = new TradingView . Client ( { token } ) ;
You can’t perform that action at this time.
0 commit comments