Skip to content

Commit

Permalink
(temporarily) disable Ecore tests as its features clash with EObjectA…
Browse files Browse the repository at this point in the history
…dapter
  • Loading branch information
Thomas Degueule committed Apr 9, 2015
1 parent 5a0a124 commit 53fadaf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -40,6 +40,7 @@ import org.junit.runner.RunWith

import static org.junit.Assert.*

@Ignore("Ecore isn't supported anymore, as its features clash with EObjectAdapter")
@RunWith(XtextRunner)
@InjectWith(MelangeTestsInjectorProvider)
@XtextTest(rootType = ModelTypingSpace, inputFile = "tests-inputs/melange/EcoreTest.melange")
Expand Down Expand Up @@ -97,7 +98,6 @@ class EcoreTest
assertEquals(fsa.textFiles.size, 48)
}

@Ignore("Ecore isn't supported anymore, as its features clash with EObjectAdapter")
@Test
def void testRuntime() {
try {
Expand Down

0 comments on commit 53fadaf

Please sign in to comment.