Bug #28708
closedJest test stopped working
Description
[2020-01-07T21:38:06.504Z] Summary of all failing tests
[2020-01-07T21:38:06.504Z] FAIL webpack/redux/actions/RedHatRepositories/__tests__/enabled.test.js
[2020-01-07T21:38:06.504Z] ● RedHatRepositories enabled actions › disableRepository › dispatches DISABLE_REPOSITORY_REQUEST
[2020-01-07T21:38:06.504Z]
[2020-01-07T21:38:06.504Z] Error: Error: connect ECONNREFUSED 127.0.0.1:80
[2020-01-07T21:38:06.504Z]
[2020-01-07T21:38:06.504Z] 5 | throw new Error(error);
[2020-01-07T21:38:06.504Z] 6 | };
[2020-01-07T21:38:06.504Z] > 7 |
[2020-01-07T21:38:06.504Z] | ^
[2020-01-07T21:38:06.504Z]
[2020-01-07T21:38:06.504Z] at Object.dispatchError (node_modules/jsdom/lib/jsdom/living/xhr-utils.js:65:19)
[2020-01-07T21:38:06.504Z] at Request.<anonymous> (node_modules/jsdom/lib/jsdom/living/xmlhttprequest.js:676:20)
[2020-01-07T21:38:06.504Z] at Request.onRequestError (node_modules/request/request.js:881:8)
[2020-01-07T21:38:06.504Z] at BufferedConsole.Object.<anonymous>.global.console.error (webpack/global_test_setup.js:7:9)
[2020-01-07T21:38:06.505Z] at VirtualConsole.<anonymous> (node_modules/jsdom/lib/jsdom/virtual-console.js:29:45)
[2020-01-07T21:38:06.505Z] at Object.dispatchError (node_modules/jsdom/lib/jsdom/living/xhr-utils.js:68:53)
[2020-01-07T21:38:06.505Z] at Request.<anonymous> (node_modules/jsdom/lib/jsdom/living/xmlhttprequest.js:676:20)
[2020-01-07T21:38:06.505Z] at Request.onRequestError (node_modules/request/request.js:881:8)
[2020-01-07T21:38:06.505Z]
[2020-01-07T21:38:06.505Z] ● RedHatRepositories enabled actions › loadEnabledRepos › dispatches ENABLED_REPOSITORIES_REQUEST
[2020-01-07T21:38:06.505Z]
[2020-01-07T21:38:06.505Z] Error: Error: connect ECONNREFUSED 127.0.0.1:80
[2020-01-07T21:38:06.505Z]
[2020-01-07T21:38:06.505Z] 5 | throw new Error(error);
[2020-01-07T21:38:06.505Z] 6 | };
[2020-01-07T21:38:06.505Z] > 7 |
[2020-01-07T21:38:06.505Z] | ^
[2020-01-07T21:38:06.505Z]
[2020-01-07T21:38:06.505Z] at Object.dispatchError (node_modules/jsdom/lib/jsdom/living/xhr-utils.js:65:19)
[2020-01-07T21:38:06.505Z] at Request.<anonymous> (node_modules/jsdom/lib/jsdom/living/xmlhttprequest.js:676:20)
[2020-01-07T21:38:06.505Z] at Request.onRequestError (node_modules/request/request.js:881:8)
[2020-01-07T21:38:06.505Z] at BufferedConsole.Object.<anonymous>.global.console.error (webpack/global_test_setup.js:7:9)
[2020-01-07T21:38:06.505Z] at VirtualConsole.<anonymous> (node_modules/jsdom/lib/jsdom/virtual-console.js:29:45)
[2020-01-07T21:38:06.505Z] at Object.dispatchError (node_modules/jsdom/lib/jsdom/living/xhr-utils.js:68:53)
[2020-01-07T21:38:06.505Z] at Request.<anonymous> (node_modules/jsdom/lib/jsdom/living/xmlhttprequest.js:676:20)
[2020-01-07T21:38:06.505Z] at Request.onRequestError (node_modules/request/request.js:881:8)
[2020-01-07T21:38:06.505Z]
[2020-01-07T21:38:06.505Z]
[2020-01-07T21:38:06.505Z] Test Suites: 1 failed, 82 passed, 83 total
[2020-01-07T21:38:06.505Z] Tests: 2 failed, 286 passed, 288 total
[2020-01-07T21:38:06.505Z] Snapshots: 165 passed, 165 total
[2020-01-07T21:38:06.505Z] Time: 26.294s