Skip to content

Commit

Permalink
fix(createBacendUsers): skip test because they are one-off scripts an…
Browse files Browse the repository at this point in the history
…d exists just for refrence
  • Loading branch information
MrOrz committed Jul 14, 2024
1 parent 627ecf6 commit 5400da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/migrations/__tests__/createBackendUsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const indices = [
'analytics',
];

describe('createBackendUsers', () => {
describe.skip('createBackendUsers', () => {
beforeAll(async () => {
await loadFixtures(fixtures.fixturesToLoad);

Expand Down

0 comments on commit 5400da3

Please sign in to comment.