Disable illegal UTs 00/76400/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 23 Sep 2018 15:38:47 +0000 (17:38 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 23 Sep 2018 15:38:47 +0000 (17:38 +0200)
commit1fa8b1c2497b6ec488b77b9302b7c416d4ac934d
treecbbb9201b952fd4b2855a2d5e76bdba6c6feaa2d
parent1b2a5a6dde76ec288070cd0fe186cfb788bfc249
Disable illegal UTs

The XSD/Pattern conversion does not really work in this case, as
"&&" is not something which has the same meaning in XSD patterns.

The test is vailing with JDK9+, but is in general invalid. Disable
it for now, we will re-enable it once we have correct translation.

Change-Id: If54d4b9b4fcf3f612885f4af407d4d32ffcd916f
JIRA: YANGTOOLS-887
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-model-util/src/test/java/org/opendaylight/yangtools/yang/model/util/Bug5410Test.java