chore(cypress): remove only and unused import

pull/5939/head
k3yi0 2022-06-14 16:42:40 +02:00
parent 6462210a20
commit f8ab2ad60b
1 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,3 @@
import { createGzip } from "zlib"
describe('Use Admin tab', () => {
let url: string
let sourceId: string
@ -13,7 +11,7 @@ describe('Use Admin tab', () => {
})
})
describe.only('Chronograf', () => {
describe('Chronograf', () => {
let chronograf: any
before(() => {
@ -66,7 +64,6 @@ describe('Use Admin tab', () => {
// })
})
})
})
describe('InfluxDB', () => {