Skip to content

Commit

Permalink
[Discover] Unskip data grid serverless tests (#182810)
Browse files Browse the repository at this point in the history
  • Loading branch information
jughosta authored May 8, 2024
1 parent c43da3e commit 731cfc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const testSubjects = getService('testSubjects');
const security = getService('security');

// FLAKY: https://github.com/elastic/kibana/issues/182125
describe.skip('discover data grid doc table', function describeIndexTests() {
describe('discover data grid doc table', function describeIndexTests() {
before(async function () {
await security.testUser.setRoles(['kibana_admin', 'test_logstash_reader']);
log.debug('load kibana index with default index pattern');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const browser = getService('browser');

// FLAKY: https://github.com/elastic/kibana/issues/182126
describe.skip('discover/group2', function () {
describe('discover/group2', function () {
before(async function () {
await browser.setWindowSize(1600, 1200);
});
Expand Down

0 comments on commit 731cfc8

Please sign in to comment.