Skip to content

Commit

Permalink
Delete integration tests
Browse files Browse the repository at this point in the history
We don't trust their output, and we never look at the results. They're
stuck on JUnit 4, and they don't provide build coverage we don't already
have elsewhere in the library.
  • Loading branch information
calcmogul committed Dec 22, 2024
1 parent 469bb32 commit 62d19cf
Show file tree
Hide file tree
Showing 78 changed files with 0 additions and 8,235 deletions.
92 changes: 0 additions & 92 deletions azure-pipelines-testbench.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ include 'wpigui'
include 'wpimath'
include 'wpilibc'
include 'wpilibcExamples'
include 'wpilibcIntegrationTests'
include 'wpilibjExamples'
include 'wpilibjIntegrationTests'
include 'wpilibj'
include 'wpiunits'
include 'crossConnIntegrationTests'
Expand Down
2 changes: 0 additions & 2 deletions styleguide/checkstyle-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN"
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
<suppressions>
<suppress files=".*test.*" checks="MissingJavadocMethod" />
<suppress files=".*wpilibjIntegrationTests.*"
checks="MissingJavadocMethod" />
<suppress files="wpimath.*"
checks="(LocalVariableName|MemberName|MethodName|MethodTypeParameterName|ParameterName)" />
<suppress files=".*JNI.*"
Expand Down
24 changes: 0 additions & 24 deletions wpilibcIntegrationTests/BUILD.bazel

This file was deleted.

105 changes: 0 additions & 105 deletions wpilibcIntegrationTests/build.gradle

This file was deleted.

123 changes: 0 additions & 123 deletions wpilibcIntegrationTests/src/main/native/cpp/AnalogLoopTest.cpp

This file was deleted.

Loading

0 comments on commit 62d19cf

Please sign in to comment.