Skip to content

Commit a5e0d54

Browse files
committed
refactor: skip useless test
1 parent 39fde46 commit a5e0d54

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/prefix-groups.test.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ import { ANNOTATION_CHANGE_TYPE, BREAKING_CHANGE_TYPE, BUILD_TYPE, NON_BREAKING_
2727
const pkg = LocalRegistry.openPackage('apihub')
2828

2929
describe('Prefix Groups test', () => {
30-
test('should compare prefix groups groups=v2,v3', async () => {
30+
// this test uses too large sample (runs too long)
31+
// and checks only number of operations,
32+
// mostly useless
33+
// todo: remove this test
34+
test.skip('should compare prefix groups groups=v2,v3', async () => {
3135
// generate missing versions/apihub folder contents
3236
await pkg.publish(pkg.packageId, {
3337
version: 'v1',

0 commit comments

Comments
 (0)