sadpandajoe commented on code in PR #30395:
URL: https://github.com/apache/superset/pull/30395#discussion_r1776142902
##########
superset-frontend/cypress-base/cypress/e2e/dashboard/horizontalFilterBar.test.ts:
##########
@@ -81,7 +81,7 @@ describe('Horizontal FilterBar', () => {
setFilterBarOrientation('vertical');
});
- it('should show all default actions in horizontal mode', () => {
+ it.skip('should show all default actions in horizontal mode', () => {
Review Comment:
instead of doing all the skips here and below, you can just do `it.only` and
it'll only run that test above. You can probably put a note after that test to
list out why you're skipping all these other tests
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]