mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* re-enable tsvb Math Aggregation test
* run ciGroup6 15x times
* Revert "run ciGroup6 15x times"
This reverts commit 19d94befcb
.
This commit is contained in:
parent
5a7421a882
commit
0fa18df2df
1 changed files with 1 additions and 2 deletions
|
@ -51,8 +51,7 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
|
|||
expect(value).to.eql('156');
|
||||
});
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/45315
|
||||
it.skip('should show correct data with Math Aggregation', async () => {
|
||||
it('should show correct data with Math Aggregation', async () => {
|
||||
await PageObjects.visualBuilder.createNewAgg();
|
||||
await PageObjects.visualBuilder.selectAggType('math', 1);
|
||||
await PageObjects.visualBuilder.fillInVariable();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue