fix: Skip subworkflow input test temporarily (#15803)

This commit is contained in:
shortstacked
2025-05-28 21:12:57 +01:00
committed by GitHub
parent 9f44f40745
commit ba70cab9d5

View File

@@ -47,7 +47,8 @@ const EXAMPLE_FIELDS = [
type TypeField = 'Allow Any Type' | 'String' | 'Number' | 'Boolean' | 'Array' | 'Object';
describe('Sub-workflow creation and typed usage', () => {
// eslint-disable-next-line n8n-local-rules/no-skipped-tests
describe.skip('Sub-workflow creation and typed usage', () => {
beforeEach(() => {
navigateToNewWorkflowPage();
pasteWorkflow(SUB_WORKFLOW_INPUTS);
@@ -180,7 +181,8 @@ describe('Sub-workflow creation and typed usage', () => {
});
});
it('should show node issue when no fields are defined in manual mode', () => {
// eslint-disable-next-line n8n-local-rules/no-skipped-tests
it.skip('should show node issue when no fields are defined in manual mode', () => {
getExecuteNodeButton().should('be.disabled');
clickGetBackToCanvas();
// Executing the workflow should show an error toast