Skip to content

Commit 4a35e0b

Browse files
ci: Temporarily disable smoke tests (#3727)
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
1 parent 7cd80ea commit 4a35e0b

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/build_wheels.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,12 @@ jobs:
192192
echo "$VERSION_OUTPUT from installed wheel is not in the correct format or doesn't have the right version $VERSION."
193193
exit 1
194194
fi
195-
- name: Smoke test
196-
run: |
197-
feast init test_repo
198-
cd test_repo/feature_repo
199-
feast apply
200-
echo "$TEST_SCRIPT" > run-and-wait.sh
201-
bash run-and-wait.sh feast serve
202-
bash run-and-wait.sh feast ui
195+
# This is temporarily disabled.
196+
# - name: Smoke test
197+
# run: |
198+
# feast init test_repo
199+
# cd test_repo/feature_repo
200+
# feast apply
201+
# echo "$TEST_SCRIPT" > run-and-wait.sh
202+
# bash run-and-wait.sh feast serve
203+
# bash run-and-wait.sh feast ui

0 commit comments

Comments
 (0)