Skip to content

Commit

Permalink
Disable tests on windows
Browse files Browse the repository at this point in the history
Summary: hitting google/googletest#1373

Reviewed By: mjoras

Differential Revision: D23785392

fbshipit-source-id: 114849ed966fb196bb8392bd71ee3c2972834279
  • Loading branch information
lnicco authored and facebook-github-bot committed Oct 1, 2020
1 parent a2244d6 commit a1f475b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 4 additions & 2 deletions build/fbcode_builder/manifests/fizz
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,17 @@ BUILD_EXAMPLES = OFF
[cmake.defines.test=on]
BUILD_TESTS = ON

[cmake.defines.test=off]
[cmake.defines.all(os=windows, test=on)]
BUILD_TESTS = OFF

[cmake.defines.test=off]
BUILD_TESTS = OFF

[dependencies]
folly
libsodium

[dependencies.test=on]
[dependencies.all(test=on, not(os=windows))]
googletest_1_8

[shipit.pathmap]
Expand Down
5 changes: 4 additions & 1 deletion build/fbcode_builder/manifests/mvfst
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ subdir = .
[cmake.defines.test=on]
BUILD_TESTS = ON

[cmake.defines.all(os=windows, test=on)]
BUILD_TESTS = OFF

[cmake.defines.test=off]
BUILD_TESTS = OFF

[dependencies]
folly
fizz

[dependencies.test=on]
[dependencies.all(test=on, not(os=windows))]
googletest_1_8

[shipit.pathmap]
Expand Down

0 comments on commit a1f475b

Please sign in to comment.