diff --git a/packages/runtime/test/runtime.test.ts b/packages/runtime/test/runtime.test.ts index eaf69e08..8daf410c 100644 --- a/packages/runtime/test/runtime.test.ts +++ b/packages/runtime/test/runtime.test.ts @@ -975,7 +975,7 @@ describe('runtime', () => { expect(unsetRes.data).toMatchSnapshot() }, 30000) - test.only('runtime operations on models with immutable field', async () => { + test('runtime operations on models with immutable field', async () => { const postWithImmutableFieldSchema = ` interface TestInterface @createModel(description: "Test interface with immutable field") { testField: String @string(maxLength: 50) @immutable