File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { getAppClient, getUserClient } from '../src/test/utils';
66// OAuth 1.0a
77const clientOauth = getUserClient ( ) ;
88
9- describe ( 'Tweet stream API v1.1' , ( ) => {
9+ describe . skip ( 'Tweet stream API v1.1' , ( ) => {
1010 it ( 'Should stream 3 tweets without any network error for statuses/filter using events' , async ( ) => {
1111 const streamv1Filter = await clientOauth . v1 . filterStream ( { track : 'JavaScript' } ) ;
1212
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ describe('Tweets endpoints for v1.1 API', () => {
1010 client = getUserClient ( ) ;
1111 } ) ;
1212
13- it ( '.get - Get 2 tweets using raw HTTP method & specific endpoint' , async ( ) => {
13+ it . skip ( '.get - Get 2 tweets using raw HTTP method & specific endpoint' , async ( ) => {
1414 // Using raw HTTP method and URL
1515 const response1 = await client . get ( 'https://api.twitter.com/1.1/search/tweets.json?q=@jack&count=2' ) ;
1616 // Using query parser
You can’t perform that action at this time.
0 commit comments