-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when running test:regressions #6518
Comments
@shawnmcknight I'm getting the same error here on OS X 10.11. It had been working fine for me before, but stopped working a few weeks ago. Not sure what changed. |
Could have sworn I followed up on this last night. Maybe I didn't click submit, or replied in the wrong issue. Anyway: |
OK, this information gave me a clue and I was able to get it working. I don't think this is the expected behavior, but I've got a workaround for Ubuntu. In the test documentation it states that there is an issue on Mac OSX due to the lack of a As mentioned earlier, I had the same problem on Windows, but I expect that making an alias for the loopback would work there as well. I don't want to install docker on Windows again as it disables my VirtualBox, but I figured I'd note that in this issue log in case someone else runs into the problem there and wants to try that out as a solution. So I guess I question whether this is a problem or expected behavior. If it's expected behavior, I'll be happy to create a PR to update the documentation. If it's a problem, would the best bet be to log something on the vrtest repo, or leave this issue open? |
Problem description
I have been attempting to resolve the failed tests reported in #6502 and running test:regressions locally. When running it, I encounter an error. I have tested by running docker containers on Windows and within a VirtualBox VM running Ubuntu. The test begins, webpack bundles the test source, and the "Starting tests" message appears. A couple minutes later, I get the following on my terminal:
I encounter this error with a fresh clone of the Material-UI Github repo, running on the next branch.
The text was updated successfully, but these errors were encountered: