Skip to content

Commit

Permalink
Disable EnvPosixTest::FilePermission
Browse files Browse the repository at this point in the history
Summary:
The test is flaky in our CI but could not be reproduce manually on the same CI host. Disabling it.
Closes facebook#3753

Differential Revision: D7716320

Pulled By: yiwu-arbug

fbshipit-source-id: 6bed3b05880c1d24e8dc86bc970e5181bc98fb45
  • Loading branch information
Yi Wu authored and facebook-github-bot committed Apr 20, 2018
1 parent bb2a2ec commit 2e72a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/env_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ TEST_F(EnvPosixTest, AreFilesSame) {
#endif

#ifdef OS_LINUX
TEST_F(EnvPosixTest, FilePermission) {
TEST_F(EnvPosixTest, DISABLED_FilePermission) {
// Only works for Linux environment
if (env_ == Env::Default()) {
EnvOptions soptions;
Expand Down

0 comments on commit 2e72a58

Please sign in to comment.