Skip to content

Commit 8f246ce

Browse files
mistercrunchdpgaspar
authored andcommitted
chore: disable another flaky cypress test (#8423)
Also fix isort issue on master
1 parent cca689b commit 8f246ce

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

superset/assets/cypress/integration/dashboard/controls.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default () => describe('top-level controls', () => {
5252
forceRefreshRequests.length = 0;
5353
});
5454

55-
it('should allow chart level refresh', () => {
55+
it.skip('should allow chart level refresh', () => {
5656
cy.wait(sliceRequests);
5757
cy.get('.grid-container .world_map').should('be.exist');
5858
cy.get(`#slice_${mapId}-controls`).click();

superset/db_engine_specs/bigquery.py

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
from superset.db_engine_specs.base import BaseEngineSpec
2626

27-
2827
pandas_dtype_map = {
2928
"STRING": "object",
3029
"BOOLEAN": "bool",

0 commit comments

Comments
 (0)