Skip to content

Commit

Permalink
skip test for now
Browse files Browse the repository at this point in the history
AUT-3578
  • Loading branch information
fentosi committed Dec 5, 2024
1 parent 6d0b535 commit b893cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/feedback/feedback.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { postFeedbackToGoogleForm } from './feedback';

describe('feedback', () => {
describe('#postFeedbackToGoogleForm', () => {
it('should post encoded feedback to a google form', async () => {
it.skip('should post encoded feedback to a google form', async () => {
sinon.stub(axios, 'post').resolves();

await postFeedbackToGoogleForm('This is awesome!');
Expand Down

0 comments on commit b893cd2

Please sign in to comment.