Skip to content

Commit

Permalink
Disable create_test_archives test (dev only)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoldevila committed Sep 23, 2024
1 parent 76dc8b2 commit 592762f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
/**
* Enable and execute this test ONLY IN YOUR DEV MACHINE, in order to build new test packages
*/
describe('migration tests toolkit', () => {
describe.skip('migration tests toolkit', () => {
it('can create a 1k documents ZIP archive', async () => {
await createBaselineArchive({
esVersion: BASELINE_ELASTICSEARCH_VERSION,
Expand Down

0 comments on commit 592762f

Please sign in to comment.