Skip to content

Commit

Permalink
Unskips tests related to no_shard_available failures (elastic#161109)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeramysoucy authored Jul 7, 2023
1 parent 52eb488 commit 4fc4ded
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions x-pack/test/spaces_api_integration/spaces_only/apis/get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ export default function getSpaceTestSuite({ getService }: FtrProviderContext) {
const { getTest, createExpectResults, createExpectNotFoundResult, nonExistantSpaceId } =
getTestSuiteFactory(esArchiver, supertestWithoutAuth);

// Failing: See https://github.com/elastic/kibana/issues/155723, https://github.com/elastic/kibana/issues/156422
// Also, https://github.com/elastic/kibana/issues/158918
// esArchiver fails with no_shard_available_action_exception after deleting indexes
describe.skip('get', () => {
describe('get', () => {
// valid spaces
[
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ export default function updateSpaceTestSuite({ getService }: FtrProviderContext)
const { updateTest, expectAlreadyExistsResult, expectDefaultSpaceResult, expectNotFound } =
updateTestSuiteFactory(esArchiver, supertestWithoutAuth);

// FLAKY: https://github.com/elastic/kibana/issues/156130, https://github.com/elastic/kibana/issues/156074
// Also, https://github.com/elastic/kibana/issues/158918
// esArchiver fails with no_shard_available_action_exception after deleting indexes
describe.skip('update', () => {
describe('update', () => {
[
{
spaceId: SPACES.DEFAULT.spaceId,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,7 @@ export default function ({ getService }: FtrProviderContext) {
return createTestDefinitions(testCases, false);
};

// FLAKY: https://github.com/elastic/kibana/issues/156739, https://github.com/elastic/kibana/issues/157673
// Also, https://github.com/elastic/kibana/issues/158918
// esArchiver fails with no_shard_available_action_exception after deleting indexes
describe.skip('_update_objects_spaces', () => {
describe('_update_objects_spaces', () => {
getTestScenarios().spaces.forEach(({ spaceId }) => {
const tests = createSinglePartTests(spaceId);
addTests(`targeting the ${spaceId} space`, { spaceId, tests });
Expand Down

0 comments on commit 4fc4ded

Please sign in to comment.