Skip to content

Commit 6a07c0f

Browse files
Philippe Bidingermeta-codesync[bot]
authored andcommitted
Back out "disable flow tests in OSS CI"
Summary: Original commit changeset: 82b6bf491f67 Original Phabricator Diff: D92338196 See D92957270 for motivation. Reviewed By: jjuliamolin Differential Revision: D92972841 fbshipit-source-id: 47d12cdaa19c04e0fceb98f3ed2e0f89514c231f
1 parent fa5bab3 commit 6a07c0f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
run: cabal update
9595

9696
- name: Disable some tests
97-
run: echo CABAL_CONFIG_FLAGS="-f-hack-tests -f-flow-tests -f-rust-tests -f-python-tests" >> "$GITHUB_ENV"
97+
run: echo CABAL_CONFIG_FLAGS="-f-hack-tests -f-rust-tests -f-python-tests" >> "$GITHUB_ENV"
9898

9999
- name: Install hsthrift and Glean dependencies
100100
run: sudo apt-get install -y pkg-config rsync libgmock-dev libpcre3-dev libtinfo-dev libxxhash-dev

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
make setup-folly-version
164164
165165
- name: Disable some tests
166-
run: echo CABAL_CONFIG_FLAGS="$CABAL_CONFIG_FLAGS -f-hack-tests -f-flow-tests -f-rust-tests -f-python-tests" >> "$GITHUB_ENV"
166+
run: echo CABAL_CONFIG_FLAGS="$CABAL_CONFIG_FLAGS -f-hack-tests -f-rust-tests -f-python-tests" >> "$GITHUB_ENV"
167167

168168
- name: Setup index-state
169169
run: echo CABAL_CONFIG_FLAGS="$CABAL_CONFIG_FLAGS --index-state=${{ matrix.index-state }}" >>"$GITHUB_ENV"

0 commit comments

Comments
 (0)