Skip to content

Commit e0ef6d8

Browse files
chore: disable splits integration tests (#2306)
Co-authored-by: alkatrivedi <58396306+alkatrivedi@users.noreply.github.com>
1 parent 63573a1 commit e0ef6d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/system-test/spanner.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2494,8 +2494,8 @@ describe('Autogenerated Admin Clients', () => {
24942494
);
24952495
});
24962496

2497-
// add split points
2498-
it('should add split points', async () => {
2497+
// add split points, enable when drop database automatically reclaims quota
2498+
it.skip('should add split points', async () => {
24992499
const output = execSync(
25002500
`node database-add-split-points.js ${INSTANCE_ID} ${DATABASE_ID} ${PROJECT_ID}`,
25012501
);

0 commit comments

Comments
 (0)