Skip to content

Commit 58f3fe4

Browse files
committed
skip failing test suite (#249124)
1 parent ccf611f commit 58f3fe4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

x-pack/solutions/security/test/security_solution_endpoint/apps/integrations/artifact_entries_list.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
4040
}
4141
};
4242

43-
describe('For each artifact list under management', function () {
43+
// Failing: See https://github.com/elastic/kibana/issues/249124
44+
describe.skip('For each artifact list under management', function () {
4445
targetTags(this, ['@ess', '@serverless']);
4546
this.timeout(60_000 * 5);
4647

0 commit comments

Comments
 (0)