Skip to content

Commit 08e5e0e

Browse files
committed
WIP
1 parent da3432f commit 08e5e0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Feature/Requests/Workflow/GetDocumentWorkflowHistoryStepsTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
->and($historySteps->historySteps)->toBeInstanceOf(Collection::class);
4343

4444
Event::assertDispatched(DocuWareResponseLog::class);
45-
})->group('workflow');
45+
})->group('workflow')->skip('DocuWare API gives 404 error');

tests/Feature/Requests/Workflow/GetDocumentWorkflowHistoryTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
]);
3636

3737
Event::assertDispatched(DocuWareResponseLog::class);
38-
})->group('workflow');
38+
})->group('workflow')->skip('DocuWare API gives 404 error');

0 commit comments

Comments
 (0)