Skip to content

Commit 42ff468

Browse files
authored
test: Disable OAuth 1 tests with Twitter API (#9161)
1 parent 162c07b commit 42ff468

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: spec/OAuth1.spec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ describe('OAuth', function () {
8787
done();
8888
}
8989

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

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

0 commit comments

Comments
 (0)