Skip to content

Commit

Permalink
test(frontend): remove it.failing
Browse files Browse the repository at this point in the history
  • Loading branch information
Falinor committed Nov 12, 2024
1 parent 7df3008 commit a0560f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/HousingList/HousingListView.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ describe('Housing list view', () => {
});

// Fails on GitHub CI for some reason...
it.failing('should unselect a single campaign', async () => {
it('should unselect a single campaign', async () => {
render(
<Provider store={store}>
<Router>
Expand Down

0 comments on commit a0560f3

Please sign in to comment.