Skip to content

Commit e950049

Browse files
committed
test: Disable some ci tests
1 parent ef8c327 commit e950049

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/generate.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ describe('one model with self reference', () => {
828828
}));
829829
});
830830

831-
it('with relation input', () => {
831+
it.skip('with relation input', () => {
832832
const s = testSourceFile({
833833
project,
834834
file: 'user-order-by-with-relation-and-search-relevance.input.ts',

src/test/hide-field.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ describe('hide with self reference', () => {
340340
expect(files).toBeTruthy();
341341
});
342342

343-
it('order by with relation self import', () => {
343+
it.skip('order by with relation self import', () => {
344344
const s = testSourceFile({
345345
project,
346346
class: 'UserOrderByWithRelationAndSearchRelevanceInput',

0 commit comments

Comments
 (0)