Skip to content

Commit

Permalink
remove skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Sep 1, 2024
1 parent 850e65b commit 487f0c9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ describe('ComparisonTableFilter', async () => {
expect(store().state.anonymous).not.toContain('A')
})

// skipped, because of #1946
it.skip('Test deanoymization - name with spaces', async () => {
it('Test deanoymization - name with spaces', async () => {
const wrapper = mount(ComparisonTableFilter, {
props: {
searchString: '',
Expand Down

0 comments on commit 487f0c9

Please sign in to comment.