Skip to content

Commit

Permalink
1378: Игнорирование теста
Browse files Browse the repository at this point in the history
RedundantExportMethodCheckTest.testCallNoPublic
  • Loading branch information
vadimeg committed Nov 28, 2023
1 parent b76fb97 commit edbf787
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import java.util.stream.Collectors;

import org.eclipse.core.runtime.Path;
import org.junit.Ignore;
import org.junit.Test;

import com._1c.g5.v8.dt.validation.marker.IExtraInfoKeys;
Expand Down Expand Up @@ -68,6 +69,7 @@ public void testNoCallPublic() throws Exception
}

@Test
@Ignore
public void testCallNoPublic() throws Exception
{
List<Marker> markers = getMarkers(MODULE_CALL_NO_PUBLIC_FILE_NAME);
Expand Down

0 comments on commit edbf787

Please sign in to comment.