Skip to content

Commit

Permalink
Temporarily skip the failing test since we have deactivated this func…
Browse files Browse the repository at this point in the history
…tionality
  • Loading branch information
reyraa committed Apr 14, 2020
1 parent 877ab3c commit b6454ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/ipcLocale.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe('ipcLocale', () => {
});

describe('With ipc on window', () => {
it('Makes a request for locale when there is no locale in i18n', () => {
it.skip('Makes a request for locale when there is no locale in i18n', () => {
window.ipc = ipc;
i18n.language = 'en';
ipcLocale.init(i18n);
Expand Down

0 comments on commit b6454ec

Please sign in to comment.