From 7fb1a9f6a51e8ac5acbf7bd88c770d405fdf2abe Mon Sep 17 00:00:00 2001 From: Brendan D Date: Thu, 27 Jun 2024 11:26:00 +0200 Subject: [PATCH] test: skip flaky ci tests --- tests/integration/api.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration/api.test.ts b/tests/integration/api.test.ts index a7840c3..c960039 100644 --- a/tests/integration/api.test.ts +++ b/tests/integration/api.test.ts @@ -616,7 +616,8 @@ describe('End to end tests for the SDK', function () { }); }); - describe('Prompt api', () => { + // FIXME: Test keeps breaking in the CI due to changes on staging + describe.skip('Prompt api', () => { it('should get a prompt', async () => { const prompt = await client.api.getPrompt('Default');