#102757 disabled tests for hardlinks on android. This is unfortunate because it decreases our test-coverage, I ran into this in #159346.
Android is tier2, but we do in fact run std tests on the arm-android CI jobs.
It's not clear from the discussion on the original PR whether this was motivated by our CI or external users?
It'd be great if we could make these tests opt-{in,out} and then enable them on our CI and if necessary adjust the emulator to run with the necessary permissions to actually run the tests.
CC @pcc
#102757 disabled tests for hardlinks on android. This is unfortunate because it decreases our test-coverage, I ran into this in #159346.
Android is tier2, but we do in fact run std tests on the arm-android CI jobs.
It's not clear from the discussion on the original PR whether this was motivated by our CI or external users?
It'd be great if we could make these tests opt-{in,out} and then enable them on our CI and if necessary adjust the emulator to run with the necessary permissions to actually run the tests.
CC @pcc