``` const baseUrl = Cypress.config('baseUrl') || cy.state('window').origin const runningEndToEndTests = baseUrl !== Cypress.config('proxyUrl') if (runningEndToEndTests) { ``` But we most likely are NOT running a backend for component specs, so skip the request <img width="719" alt="Screen Shot 2020-04-08 at 5 13 21 PM" src="https://user-images.githubusercontent.com/2212006/78834338-701d4380-79bc-11ea-875c-b44279c1722d.png">