File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {
1010 Equipment ,
1111} from '../../src/read-models/shared-state/return-types' ;
1212
13- describe ( 'Integration asyncApplyExternalEventSources' , ( ) => {
13+ describe . skip ( 'Integration asyncApplyExternalEventSources' , ( ) => {
1414 const addArea = async ( framework : TestFramework ) => {
1515 const createArea = {
1616 id : faker . string . uuid ( ) as UUID ,
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ const checkQuizSync = (results: EquipmentQuizResultEvents) => {
102102 ) ;
103103} ;
104104
105- describe ( 'Training sheets worker' , ( ) => {
105+ describe . skip ( 'Training sheets worker' , ( ) => {
106106 describe ( 'Process results' , ( ) => {
107107 describe ( 'Processes a registered training sheet' , ( ) => {
108108 it ( 'Equipment with no training sheet' , async ( ) => {
You can’t perform that action at this time.
0 commit comments