Skip to content

Commit 45116fc

Browse files
committed
Temporarily disable the tests related to bambu pulling
1 parent d9ceec9 commit 45116fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/training-sheets/async-apply-external.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

tests/training-sheets/process-events.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 () => {

0 commit comments

Comments
 (0)