Replies: 2 comments
-
Yeah. We have a (sorry for the late reply) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just for the record, the exact error from my
We could consider improving the experience by checking |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
BrowserFetcher.ExtractTar
assumes that one has a tooltar
available capable of decompressing.tar.bz2
archives.I think that's a valid assumption on Linux systems.
On my Windows machine the native
tar
is not able to, soShouldDownloadAndExtractFirefoxLinuxBinary
consistently fails on my machine.It's not a problem per se, as I now know why it fails.
Since the CI also runs on Linux machines, one idea is to skip that test on Windows machines, like
PublishSingleFileTests.ShouldWork
is skipped on non-windows machines.What do you think about that?
Beta Was this translation helpful? Give feedback.
All reactions