mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#172337)
This commit is contained in:
parent
6fceda6351
commit
a5cde4ae29
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ export default function (providerContext: FtrProviderContext) {
|
|||
const kibanaServer = getService('kibanaServer');
|
||||
const supertestWithoutAuth = getService('supertestWithoutAuth');
|
||||
|
||||
describe('fleet_upgrade_agent', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/172337
|
||||
describe.skip('fleet_upgrade_agent', () => {
|
||||
skipIfNoDockerRegistry(providerContext);
|
||||
before(async () => {
|
||||
await esArchiver.load('x-pack/test/functional/es_archives/fleet/agents');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue