Skip to content

Commit

Permalink
refa: eclipse#9 disable onChange tck test for now
Browse files Browse the repository at this point in the history
Emily and Tomas will come up with a better way to test this behaviour
  • Loading branch information
struberg committed May 17, 2018
1 parent 3f0e78c commit 3fdf4fe
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.jboss.shrinkwrap.api.spec.WebArchive;
import org.junit.Assert;
import org.junit.Ignore;
import org.testng.annotations.Test;

import static org.testng.Assert.assertTrue;
Expand Down Expand Up @@ -73,6 +74,7 @@ public void testBgCount() throws Exception {
}

@Test
@Ignore("disabled for now, Emily and Tomas will come up with a better TCK test")
public void testValueInvalidationOnConfigChange() throws Exception {
ConfigAccessor<Integer> valCfg = config.access(DynamicChangeConfigSource.TEST_ATTRIBUTE)
.as(Integer.class)
Expand Down

0 comments on commit 3fdf4fe

Please sign in to comment.