Remove wpilibj tests from wpilibjIntegrationTests (#1323)

Since the integration tests are still on junit 4, the wpilibj junit 5 tests fail.
This commit is contained in:
Thad House
2018-09-20 21:57:59 -07:00
committed by Peter Johnson
parent 12c92a822d
commit 0068b6aea3
5 changed files with 51 additions and 30 deletions

View File

@@ -28,7 +28,6 @@ import junit.framework.JUnit4TestAdapter;
import junit.runner.Version;
import edu.wpi.first.wpilibj.WpiLibJTestSuite;
import edu.wpi.first.wpilibj.command.CommandTestSuite;
import edu.wpi.first.wpilibj.smartdashboard.SmartDashboardTestSuite;
/**
@@ -38,7 +37,7 @@ import edu.wpi.first.wpilibj.smartdashboard.SmartDashboardTestSuite;
*/
@RunWith(Suite.class)
// These are listed on separate lines to prevent merge conflicts
@SuiteClasses({WpiLibJTestSuite.class, CommandTestSuite.class, SmartDashboardTestSuite.class})
@SuiteClasses({WpiLibJTestSuite.class, SmartDashboardTestSuite.class})
public class TestSuite extends AbstractTestSuite {
static {
// Sets up the logging output