From 9bab6f1806ef1a5e3e26bfdb450d25ae6c4e65b4 Mon Sep 17 00:00:00 2001 From: Jason Bissict Date: Thu, 25 Jan 2024 15:47:41 +0200 Subject: [PATCH] Enable tests again --- tests/integration/test_custom_binary.py | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/tests/integration/test_custom_binary.py b/tests/integration/test_custom_binary.py index 24a05dfe5..5306749cb 100644 --- a/tests/integration/test_custom_binary.py +++ b/tests/integration/test_custom_binary.py @@ -2,7 +2,7 @@ import re import subprocess import tempfile - +import os import dns import dns.resolver import pytest @@ -28,12 +28,7 @@ ) -def test_basic(): - assert True - - -@pytest.mark.skip(reason="testing") -# @pytest.mark.skipif(os.name == "nt", reason="Skip if nt os (Windows OS)") +@pytest.mark.skipif(os.name == "nt", reason="Skip if nt os (Windows OS)") @pytest.mark.parametrize("version", [v2, v3]) @pytest.mark.parametrize( "file_name,file_mimetype", @@ -98,8 +93,7 @@ def test_custom_binary_token_fire( assert token_hit.input_channel == "DNS" -@pytest.mark.skip(reason="testing") -# @pytest.mark.skipif(os.name != "nt", reason="Requires nt os (Windows OS)") +@pytest.mark.skipif(os.name != "nt", reason="Requires nt os (Windows OS)") @pytest.mark.parametrize( "version,file_name,file_mimetype", [