Skip to content

Commit

Permalink
Add runonlinux again as test fails under Windows on github
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Feb 3, 2024
1 parent 82019fd commit c7f6d1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/tools/test_logger.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import logging
import os

import pytest

from edisgo.tools.logger import setup_logger


Expand Down Expand Up @@ -50,7 +52,7 @@ def test_setup_logger(self):

reset_loggers(filename)

# @pytest.mark.runonlinux
@pytest.mark.runonlinux
def test_setup_logger_2(self):
"""
This test is only run on linux, as the log file is written to the user
Expand Down

0 comments on commit c7f6d1c

Please sign in to comment.