mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-17 16:15:20 +01:00
Removed failing test in MySQLTest
This commit is contained in:
parent
1225902347
commit
5403f78a94
@ -12,6 +12,13 @@ allprojects {
|
||||
|
||||
group "com.djrapitops"
|
||||
version "4.6.0-SNAPSHOT"
|
||||
|
||||
test {
|
||||
testLogging {
|
||||
events "passed", "failed"
|
||||
exceptionFormat "full"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
subprojects {
|
||||
|
@ -3,10 +3,8 @@ package com.djrapitops.plan.system.database.databases;
|
||||
import com.djrapitops.plan.system.settings.config.PlanConfig;
|
||||
import com.djrapitops.plan.system.settings.paths.DatabaseSettings;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Test;
|
||||
import utilities.CIProperties;
|
||||
|
||||
import static org.junit.Assert.assertTrue;
|
||||
import static org.junit.Assume.assumeTrue;
|
||||
|
||||
/**
|
||||
@ -33,9 +31,4 @@ public class MySQLTest extends CommonDBTest {
|
||||
|
||||
handleSetup("MySQL");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void failingTest() {
|
||||
assertTrue(false);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user