mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip entire fleet_api_integration suite to unblock es promotion (#96515)
This commit is contained in:
parent
8658ef49d8
commit
afc1fd022e
5 changed files with 6 additions and 9 deletions
|
@ -73,7 +73,8 @@ const onlyNotInCoverageTests = [
|
|||
require.resolve('../test/reporting_api_integration/reporting_and_security.config.ts'),
|
||||
require.resolve('../test/reporting_api_integration/reporting_without_security.config.ts'),
|
||||
require.resolve('../test/security_solution_endpoint_api_int/config.ts'),
|
||||
require.resolve('../test/fleet_api_integration/config.ts'),
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/96515
|
||||
// require.resolve('../test/fleet_api_integration/config.ts'),
|
||||
require.resolve('../test/search_sessions_integration/config.ts'),
|
||||
require.resolve('../test/saved_object_tagging/api_integration/security_and_spaces/config.ts'),
|
||||
require.resolve('../test/saved_object_tagging/api_integration/tagging_api/config.ts'),
|
||||
|
|
|
@ -15,8 +15,7 @@ export default function (providerContext: FtrProviderContext) {
|
|||
const es = getService('es');
|
||||
const esArchiver = getService('esArchiver');
|
||||
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/96515
|
||||
describe.skip('fleet_agents_setup', () => {
|
||||
describe('fleet_agents_setup', () => {
|
||||
skipIfNoDockerRegistry(providerContext);
|
||||
before(async () => {
|
||||
await esArchiver.load('empty_kibana');
|
||||
|
|
|
@ -19,8 +19,7 @@ export default function (providerContext: FtrProviderContext) {
|
|||
// because `this` has to point to the Mocha context
|
||||
// see https://mochajs.org/#arrow-functions
|
||||
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/96515
|
||||
describe.skip('EPM - list', async function () {
|
||||
describe('EPM - list', async function () {
|
||||
skipIfNoDockerRegistry(providerContext);
|
||||
before(async () => {
|
||||
await esArchiver.load('fleet/empty_fleet_server');
|
||||
|
|
|
@ -15,8 +15,7 @@ export default function (providerContext: FtrProviderContext) {
|
|||
const es = getService('es');
|
||||
const esArchiver = getService('esArchiver');
|
||||
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/96515
|
||||
describe.skip('fleet_setup', () => {
|
||||
describe('fleet_setup', () => {
|
||||
skipIfNoDockerRegistry(providerContext);
|
||||
before(async () => {
|
||||
await esArchiver.load('empty_kibana');
|
||||
|
|
|
@ -19,8 +19,7 @@ export default function (providerContext: FtrProviderContext) {
|
|||
const supertestWithoutAuth = getSupertestWithoutAuth(providerContext);
|
||||
let agentAccessAPIKey: string;
|
||||
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/96515
|
||||
describe.skip('artifact download', () => {
|
||||
describe('artifact download', () => {
|
||||
const esArchiverSnapshots = [
|
||||
'endpoint/artifacts/fleet_artifacts',
|
||||
'endpoint/artifacts/api_feature',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue