Skip to content

Commit 86733f6

Browse files
author
Tyler Smalley
committed
[tests] Temporarily skipped to promote snapshot
Will be re-enabled in #71727 Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
1 parent 654d4da commit 86733f6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

x-pack/test/api_integration/apis/fleet/unenroll_agent.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ export default function (providerContext: FtrProviderContext) {
1616
const supertest = getService('supertest');
1717
const esClient = getService('es');
1818

19-
describe('fleet_unenroll_agent', () => {
19+
// Temporarily skipped to promote snapshot
20+
// Re-enabled in https://github.com/elastic/kibana/pull/71727
21+
describe.skip('fleet_unenroll_agent', () => {
2022
let accessAPIKeyId: string;
2123
let outputAPIKeyId: string;
2224
before(async () => {

x-pack/test/security_solution_endpoint/apps/endpoint/policy_details.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
1919
const testSubjects = getService('testSubjects');
2020
const policyTestResources = getService('policyTestResources');
2121

22-
describe('When on the Endpoint Policy Details Page', function () {
22+
// Temporarily skipped to promote snapshot
23+
// Re-enabled in https://github.com/elastic/kibana/pull/71727
24+
describe.skip('When on the Endpoint Policy Details Page', function () {
2325
this.tags(['ciGroup7']);
2426

2527
describe('with an invalid policy id', () => {

0 commit comments

Comments
 (0)