Skip to content

Commit

Permalink
Disable temporarly import submission text as it corrupts data and bre…
Browse files Browse the repository at this point in the history
…aks OMP
  • Loading branch information
jardakotesovec committed Nov 14, 2024
1 parent 359b87a commit 0833137
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('Data suite tests', function() {
});
});
});
it('Imports submissions from XML', function() {
it.skip('Imports submissions from XML', function() {
var username = 'admin';
cy.login(username, 'admin');

Expand Down

0 comments on commit 0833137

Please sign in to comment.