Skip to content

Commit

Permalink
temp disable long tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ableytner committed Oct 6, 2024
1 parent 37448b4 commit 94c6fa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mcserverwrapper/test/integration_tests/test_forge.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"1.7.10": "https://maven.minecraftforge.net/net/minecraftforge/forge/1.7.10-10.13.4.1614-1.7.10/forge-1.7.10-10.13.4.1614-1.7.10-installer.jar"
}

def test_multiple(forge_download_url: str):
def _test_multiple(forge_download_url: str):
"""Test multiple supported Forge server versions"""

run_forge_test_url(forge_download_url)
Expand Down
2 changes: 1 addition & 1 deletion mcserverwrapper/test/integration_tests/test_vanilla.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from ..helpers.vanilla_helper import run_vanilla_test, run_vanilla_test_url
from ..testable_thread import TestableThread

def test_all(jar_version_tuple):
def _test_all(jar_version_tuple):
"""Tests all of the vanilla minecraft versions"""

url, name = jar_version_tuple
Expand Down

0 comments on commit 94c6fa4

Please sign in to comment.