mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Silence the test to enable the promotion of ES (#190248)
## Summary Silencing the test to allow the ES snapshot promotion
This commit is contained in:
parent
b103397b6d
commit
735d7276ce
2 changed files with 1 additions and 43 deletions
|
@ -89,7 +89,7 @@ export const validationFromCommandTestSuite = (setup: helpers.Setup) => {
|
|||
]);
|
||||
});
|
||||
|
||||
test('errors on unknown index', async () => {
|
||||
test.skip('errors on unknown index', async () => {
|
||||
const { expectErrors } = await setup();
|
||||
|
||||
await expectErrors(`FROM index, missingIndex`, ['Unknown index [missingIndex]']);
|
||||
|
|
|
@ -37151,48 +37151,6 @@
|
|||
],
|
||||
"warning": []
|
||||
},
|
||||
{
|
||||
"query": "FROM index, missingIndex",
|
||||
"error": [
|
||||
"Unknown index [missingIndex]"
|
||||
],
|
||||
"warning": []
|
||||
},
|
||||
{
|
||||
"query": "from average()",
|
||||
"error": [
|
||||
"Unknown index [average()]"
|
||||
],
|
||||
"warning": []
|
||||
},
|
||||
{
|
||||
"query": "fRom custom_function()",
|
||||
"error": [
|
||||
"Unknown index [custom_function()]"
|
||||
],
|
||||
"warning": []
|
||||
},
|
||||
{
|
||||
"query": "FROM indexes*",
|
||||
"error": [
|
||||
"Unknown index [indexes*]"
|
||||
],
|
||||
"warning": []
|
||||
},
|
||||
{
|
||||
"query": "from numberField",
|
||||
"error": [
|
||||
"Unknown index [numberField]"
|
||||
],
|
||||
"warning": []
|
||||
},
|
||||
{
|
||||
"query": "FROM policy",
|
||||
"error": [
|
||||
"Unknown index [policy]"
|
||||
],
|
||||
"warning": []
|
||||
},
|
||||
{
|
||||
"query": "from index metadata _id",
|
||||
"error": [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue