Skip to content

Commit

Permalink
test: Disable OAuth 1 tests with Twitter API (#9162)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Jun 22, 2024
1 parent 09ead54 commit 0d5e01c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/OAuth1.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ describe('OAuth', function () {
done();
}

it('GET request for a resource that requires OAuth should fail with invalid credentials', done => {
xit('GET request for a resource that requires OAuth should fail with invalid credentials', done => {
/*
This endpoint has been chosen to make a request to an endpoint that requires OAuth which fails due to missing authentication.
Any other endpoint from the Twitter API that requires OAuth can be used instead in case the currently used endpoint deprecates.
Expand All @@ -105,7 +105,7 @@ describe('OAuth', function () {
});
});

it('POST request for a resource that requires OAuth should fail with invalid credentials', done => {
xit('POST request for a resource that requires OAuth should fail with invalid credentials', done => {
/*
This endpoint has been chosen to make a request to an endpoint that requires OAuth which fails due to missing authentication.
Any other endpoint from the Twitter API that requires OAuth can be used instead in case the currently used endpoint deprecates.
Expand Down

0 comments on commit 0d5e01c

Please sign in to comment.