Skip to content

Commit 4d7476e

Browse files
committed
chore: disable 2 failing tests (new API policies)
1 parent c37b750 commit 4d7476e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/stream.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { getAppClient, getUserClient } from '../src/test/utils';
66
// OAuth 1.0a
77
const 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

test/tweet.v1.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)