Skip to content

Commit

Permalink
Reenable PhotonCameraTest and hope for the best
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 committed Nov 19, 2024
1 parent 4ea18e0 commit 4b0c0f0
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ class PhotonCameraTest {
@BeforeAll
public static void load_wpilib() {
WpilibLoader.loadLibraries();

// See #1574 - test flakey, disabled until we address this
assumeTrue(false);
}

@BeforeEach
Expand Down Expand Up @@ -133,7 +130,8 @@ private static Stream<Arguments> testNtOffsets() {
}

/**
* Try starting client before server and vice-versa, making sure that we never fail the version
* Try starting client before server and vice-versa, making sure that we never
* fail the version
* check
*/
@ParameterizedTest
Expand Down

0 comments on commit 4b0c0f0

Please sign in to comment.