mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
# Backport This will backport the following commits from `main` to `8.10`: - [[Discover] Unskip SQL functional tests (#164396)](https://github.com/elastic/kibana/pull/164396) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Matthias Wilhelm","email":"matthias.wilhelm@elastic.co"},"sourceCommit":{"committedDate":"2023-08-23T16:22:09Z","message":"[Discover] Unskip SQL functional tests (#164396)\n\n## Summary\r\n\r\nUnskipping these tests after running flaky test runner 150x:\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2964","sha":"1f00484d36c3f68cce400fdc649095f13f2255ec","branchLabelMapping":{"^v8.11.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Discover","release_note:skip","Team:DataDiscovery","backport:prev-minor","v8.11.0"],"number":164396,"url":"https://github.com/elastic/kibana/pull/164396","mergeCommit":{"message":"[Discover] Unskip SQL functional tests (#164396)\n\n## Summary\r\n\r\nUnskipping these tests after running flaky test runner 150x:\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2964","sha":"1f00484d36c3f68cce400fdc649095f13f2255ec"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.11.0","labelRegex":"^v8.11.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/164396","number":164396,"mergeCommit":{"message":"[Discover] Unskip SQL functional tests (#164396)\n\n## Summary\r\n\r\nUnskipping these tests after running flaky test runner 150x:\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2964","sha":"1f00484d36c3f68cce400fdc649095f13f2255ec"}}]}] BACKPORT--> Co-authored-by: Matthias Wilhelm <matthias.wilhelm@elastic.co>
This commit is contained in:
parent
61942420c4
commit
8280591d7d
1 changed files with 1 additions and 2 deletions
|
@ -31,8 +31,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
'discover:enableSql': true,
|
||||
};
|
||||
|
||||
// Failing: See https://github.com/elastic/kibana/issues/159194
|
||||
describe.skip('discover sql view', async function () {
|
||||
describe('discover sql view', async function () {
|
||||
before(async () => {
|
||||
await security.testUser.setRoles(['kibana_admin', 'test_logstash_reader']);
|
||||
log.debug('load kibana index with default index pattern');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue