Skip to content

Commit dbacae9

Browse files
chore(test): skip test (#3507)
Signed-off-by: serbangeorge-m <[email protected]>
1 parent d4f802b commit dbacae9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/playwright/src/ai-lab-extension.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ test.describe.serial(`AI Lab extension installation and verification`, () => {
189189
);
190190
});
191191

192-
test.describe.serial(`Start Llama Stack from sidebar and verify containers`, { tag: '@smoke' }, () => {
192+
//The test is currently failing on ci, relates to https://github.com/redhat-developer/mapt/issues/583
193+
test.describe.skip(`Start Llama Stack from sidebar and verify containers`, { tag: '@smoke' }, () => {
193194
let llamaStackPage: AiLlamaStackPage;
194195
const llamaStackContainerNames: string[] = [];
195196

0 commit comments

Comments
 (0)