Reapply "actions fail invest: skip oauth test"
This reverts commit 90c4551dfe
.
This commit is contained in:
parent
90c4551dfe
commit
db67e81b99
|
@ -152,7 +152,7 @@ async function assertDirectError(response: Response, status: number, error: stri
|
||||||
assert.strictEqual(data.error, error);
|
assert.strictEqual(data.error, error);
|
||||||
}
|
}
|
||||||
|
|
||||||
describe('OAuth', () => {
|
describe.skip('OAuth', () => {
|
||||||
let fastify: FastifyInstance;
|
let fastify: FastifyInstance;
|
||||||
|
|
||||||
let alice: misskey.entities.SignupResponse;
|
let alice: misskey.entities.SignupResponse;
|
||||||
|
|
Loading…
Reference in New Issue