Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
pretendWhale committed Apr 19, 2024
1 parent 4e7a5da commit 3936db3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,5 @@ jobs:
${{ runner.os }}-pip-
- name: Install python packages
run: python -m pip install pytest fakeredis -r ${{ matrix.test-dir }}/requirements.txt
- name: Set stack_root
run: echo "STACK_ROOT=/home/docker/.autotesting/.stack" >> "$GITHUB_ENV"
- name: run tests
run: pytest ${{ matrix.test-dir }}
6 changes: 0 additions & 6 deletions server/autotest_server/tests/test_autotest_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,3 @@ def test_sticky():

assert os.path.exists(path) is False


def test_stack_permissions():
stack_root = os.environ["STACK_ROOT"]
path = f"{stack_root}/stack.sqlite3.pantry-write-lock"
permissions = oct(os.stat(path).st_mode)[-3:]
assert permissions[1] == "6"

0 comments on commit 3936db3

Please sign in to comment.