Revert "tests: fix test fails on Ubuntu, fix #17730"

This reverts commit 78067deb89.
Commit d5ba1fe2 unsets XDG_CONFIG_HOME when setting up the environment.

Related to #17730
This commit is contained in:
Uli Heilmeier 2021-11-20 20:39:12 +01:00 committed by Wireshark GitLab Utility
parent 92045d98c0
commit 3c73fa5d55
1 changed files with 1 additions and 5 deletions

View File

@ -31,11 +31,7 @@ jobs:
- name: Run tests
env:
PYTEST_ADDOPTS: --skip-missing-programs=rawshark
# Remove the XDG_CONFIG_HOME variable and ensure that tshark reads configurations from the home directory
# which created by pytest, and test cases will success in Ubuntu System.
run: |
unset XDG_CONFIG_HOME
pytest
run: pytest
working-directory: build
- name: Build debian pkg
run: dpkg-buildpackage -b -us -uc -jauto