Skip to content

Commit c74acef

Browse files
committed
test: disable vectorization status integration tests
1 parent e20046c commit c74acef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/vectorization-status-integration.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ import {
77
} from '../helpers'
88
import type { Organization, Space } from '../../lib/contentful-management'
99

10-
describe('VectorizationStatus api', () => {
10+
// TODO: Enable after GA
11+
describe.skip('VectorizationStatus api', () => {
1112
let organization: Organization
1213
let space: Space
1314

0 commit comments

Comments
 (0)