Skip to content

Commit

Permalink
Ignore extended resource test for now due to #130
Browse files Browse the repository at this point in the history
  • Loading branch information
wwerner committed Feb 14, 2020
1 parent c5d36b8 commit 91fc4aa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

import java.util.List;

import org.junit.Ignore;
import org.junit.Test;

import io.vlingo.common.serialization.JsonSerialization;
Expand Down Expand Up @@ -126,6 +127,7 @@ private void createFixture3() {
}

@Test
@Ignore("Ignored due to ongoing upstream changes, see https://github.com/vlingo/vlingo-schemata/issues/130")
public void testSchemaVersionSelection() {
String[] schemaVersion1Ids = createFixture1();
String schemaVersion2Id = createFixture2();
Expand Down

0 comments on commit 91fc4aa

Please sign in to comment.