diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6874167..6664a7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,10 +95,6 @@ jobs: args: --release -i python${{ matrix.python-version }} --out dist -m rust/alluxiocommon/Cargo.toml manylinux: auto - - - name: List dist contents - run: ls -l dist/ - - name: Run AlluxioCommon tests shell: bash run: | @@ -109,9 +105,8 @@ jobs: --log-format="%(asctime)s %(levelname)s %(message)s" \ --log-date-format="%H:%M:%S" \ rust/alluxiocommon/tests/ - - - name: Run Alluxio FileSystem tests - run: | +# - name: Run Alluxio FileSystem tests +# run: | pytest -vv \ --log-format="%(asctime)s %(levelname)s %(message)s" \ --log-date-format="%H:%M:%S" \