This is an automated email from the ASF dual-hosted git repository. vgalaxies pushed a commit to branch pd-store-api-test in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
commit 8958eec63a6b9512e63fe3b2169fe8a84f739588 Author: VGalaxies <[email protected]> AuthorDate: Mon Feb 19 13:40:55 2024 +0800 chore: skip core test --- .github/workflows/pd-store.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pd-store.yml b/.github/workflows/pd-store.yml index 2a8469666..595be3507 100644 --- a/.github/workflows/pd-store.yml +++ b/.github/workflows/pd-store.yml @@ -192,9 +192,9 @@ jobs: run: | $TRAVIS_DIR/run-unit-test.sh $BACKEND - - name: Run core test - run: | - $TRAVIS_DIR/run-core-test.sh $BACKEND +# - name: Run core test +# run: | +# $TRAVIS_DIR/run-core-test.sh $BACKEND - name: Run api test run: |
