File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/functional/apps/visualize Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ export default function ({ getService, getPageObjects }) {
168168 await inspector . close ( ) ;
169169 } ) ;
170170
171- it ( 'scales when enabled count agg' , async ( ) => {
171+ it . skip ( 'scales when enabled count agg' , async ( ) => {
172172 const expectedTableData = [
173173 [ '2015-09-20 00:00' , '0.002' ] ,
174174 [ '2015-09-20 01:00' , '0.003' ] ,
@@ -200,7 +200,7 @@ export default function ({ getService, getPageObjects }) {
200200 await inspector . close ( ) ;
201201 } ) ;
202202
203- it ( 'does not scale top hit agg' , async ( ) => {
203+ it . skip ( 'does not scale top hit agg' , async ( ) => {
204204 const expectedTableData = [
205205 [ '2015-09-20 00:00' , '6' , '9.035KB' ] ,
206206 [ '2015-09-20 01:00' , '9' , '5.854KB' ] ,
You can’t perform that action at this time.
0 commit comments