Skip to content

Commit

Permalink
skip failing test suite (elastic#189805)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Aug 2, 2024
1 parent b809a9a commit 3c431ff
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export default function (providerContext: FtrProviderContext) {
const esClient = getService('es');
const kibanaServer = getService('kibanaServer');

describe('actions', async function () {
// Failing: See https://github.com/elastic/kibana/issues/189805
describe.skip('actions', async function () {
skipIfNoDockerRegistry(providerContext);
const apiClient = new SpaceTestApiClient(supertest);

Expand Down

0 comments on commit 3c431ff

Please sign in to comment.