Skip to content

Commit

Permalink
disable search context eval for now
Browse files Browse the repository at this point in the history
  • Loading branch information
aluedeke committed Feb 25, 2025
1 parent 7d2e147 commit e2645d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prompts/search.eval.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe("Context Search Prompt Tests", () => {
openai = getOpenaiSDKClient();
});

it("should be correct and relevant", async () => {
it.skip("should be correct and relevant", async () => {
const contextRows = [
{
key: "checkly.alert",
Expand Down

0 comments on commit e2645d9

Please sign in to comment.