diff --git a/x-pack/test/functional/apps/transform/cloning.ts b/x-pack/test/functional/apps/transform/cloning.ts index ca7a506b93b09..70ba8ddd43a1d 100644 --- a/x-pack/test/functional/apps/transform/cloning.ts +++ b/x-pack/test/functional/apps/transform/cloning.ts @@ -123,16 +123,7 @@ export default function ({ getService }: FtrProviderContext) { columns: 10, rows: 5, }, - transformPreview: { - column: 0, - values: [ - 'July 12th 2019, 22:16:19', - 'July 12th 2019, 22:50:53', - 'July 12th 2019, 23:06:43', - 'July 12th 2019, 23:15:22', - 'July 12th 2019, 23:31:12', - ], - }, + // TODO: Add assertion on transformPreview }, }, ];