Skip to content

Commit

Permalink
Move 1 test failing on JDK 17 under "failing/" for 2.14 branch (to be…
Browse files Browse the repository at this point in the history
… resolved for 2.15)
  • Loading branch information
cowtowncoder committed Nov 25, 2022
1 parent e1e1e62 commit 9177836
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.fasterxml.jackson.dataformat.xml.lists;
package com.fasterxml.jackson.dataformat.xml.failing;

import java.util.ArrayList;
import java.util.LinkedList;
Expand All @@ -13,9 +13,11 @@
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;

// Test originally from [dataformat-xml#76]
// Test originally from [dataformat-xml#76].
//
// Under "failing/" for Jackson 2.14 since it fails on JDK 17+
@SuppressWarnings("serial")
public class ListAsObjectTest extends XmlTestBase
public class ListAsObject76Test extends XmlTestBase
{
static final class Value {
@XmlElement(name = "v")
Expand Down

0 comments on commit 9177836

Please sign in to comment.