Skip to content

Commit

Permalink
Ignore tests that will be enabled in #10675
Browse files Browse the repository at this point in the history
  • Loading branch information
Akirathan committed Jul 25, 2024
1 parent 5d8f448 commit e54d47d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import org.graalvm.polyglot.Context;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

/**
Expand Down Expand Up @@ -94,6 +95,7 @@ public void typeHasAnyAsSuperType() {
assertThat(anyType.getMetaSimpleName(), is("Any"));
}

@Ignore("https://github.com/enso-org/enso/issues/10675")
@Test
public void atomMembersAreConstructorFields_ManyConstructors() {
var myTypeAtom =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

public class DebuggingEnsoTest {
Expand Down Expand Up @@ -480,6 +481,7 @@ public void testAtomFieldsAreReadable() {
}
}

@Ignore("https://github.com/enso-org/enso/issues/10675")
@Test
public void testAtomFieldAreReadable_MultipleConstructors() {
var fooFunc =
Expand Down

0 comments on commit e54d47d

Please sign in to comment.