Skip to content

Commit

Permalink
Merge pull request #2851 from yue9944882/ignore-json-test-pt2
Browse files Browse the repository at this point in the history
Suppress JSON unit test for code generation
  • Loading branch information
k8s-ci-robot authored Oct 25, 2023
2 parents 77acdff + 7cd098a commit 5888fc0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public class JSONTest {
private final JSON json = new JSON();

@Test
@Ignore // TODO: Re-enable this after adding the manual changes back: https://github.com/kubernetes-client/java/pull/2818
public void testSerializeByteArray() {
final String plainText = "string that contains '=' when encoded";
final String base64String = json.serialize(plainText.getBytes());
Expand Down

0 comments on commit 5888fc0

Please sign in to comment.