提交 8f246cec 编写于 作者: M Maxime Beauchemin 提交者: Daniel Vaz Gaspar

chore: disable another flaky cypress test (#8423)

Also fix isort issue on master
上级 cca689b7
......@@ -52,7 +52,7 @@ export default () => describe('top-level controls', () => {
forceRefreshRequests.length = 0;
});
it('should allow chart level refresh', () => {
it.skip('should allow chart level refresh', () => {
cy.wait(sliceRequests);
cy.get('.grid-container .world_map').should('be.exist');
cy.get(`#slice_${mapId}-controls`).click();
......
......@@ -24,7 +24,6 @@ from sqlalchemy import literal_column
from superset.db_engine_specs.base import BaseEngineSpec
pandas_dtype_map = {
"STRING": "object",
"BOOLEAN": "bool",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册