Skip to content

Commit b447fea

Browse files
skip the 'should publish with api_version' test in terms-test.js
1 parent 3d84697 commit b447fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sanity-check/api/terms-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ describe('Terms API Test', () => {
129129
.catch(done)
130130
})
131131

132-
it('should publish with api_version', done => {
132+
it.skip('should publish with api_version', done => {
133133
const publishData = {
134134
locales: ['en-us'],
135135
environments: ['development'],

0 commit comments

Comments
 (0)