Skip to content

Commit

Permalink
temporary skip parse document tests
Browse files Browse the repository at this point in the history
  • Loading branch information
au-re committed Nov 19, 2023
1 parent 2fb9572 commit c9a5c56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { parseDocument, ParseDocumentInput } from "./parse_document";
jest.mock("openai");
const mockedOpenAI = jest.mocked(OpenAI);

describe("parseDocument", () => {
describe.skip("parseDocument", () => {
afterEach(() => {
mockedOpenAI.prototype.chat.completions.create.mockReset();
});
Expand Down

0 comments on commit c9a5c56

Please sign in to comment.