mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[7.5] Skips failing Area Chart axis scaling test
https://github.com/elastic/kibana/issues/50290 Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
822a957be8
commit
b0941dff6a
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ export default function ({ getService, getPageObjects }) {
|
|||
});
|
||||
|
||||
describe('axis scaling', () => {
|
||||
it('does not scale by default', async () => {
|
||||
it.skip('does not scale by default', async () => {
|
||||
const expectedTableData = [
|
||||
[ '2015-09-20 00:00', '6' ],
|
||||
[ '2015-09-20 01:00', '9' ],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue