mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-13 09:26:11 -04:00
don't skip pixlyzer tests
This commit is contained in:
parent
5dc1c7fc5d
commit
24f09194b5
@ -16,7 +16,6 @@ package de.bixilon.minosoft.data.registries.versions.registries.pixlyzer
|
||||
import de.bixilon.minosoft.data.registries.blocks.factory.VerifyIntegratedBlockRegistry
|
||||
import de.bixilon.minosoft.data.registries.versions.registries.RegistryLoadingTest
|
||||
import de.bixilon.minosoft.test.ITUtil
|
||||
import org.testng.SkipException
|
||||
import org.testng.annotations.Test
|
||||
|
||||
@Test(groups = ["pixlyzer"], dependsOnGroups = ["version"], priority = Int.MAX_VALUE, timeOut = 15000L)
|
||||
@ -24,7 +23,6 @@ abstract class PixLyzerLoadingTest(version: String) : RegistryLoadingTest(versio
|
||||
|
||||
@Test(priority = 100000)
|
||||
open fun loadRegistries() {
|
||||
throw SkipException("temp") // TODO: remove
|
||||
this._registries = ITUtil.loadPixlyzerData(version)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user