Skip to content

Commit c3789e7

Browse files
marcoandriesBenoit Lagae
authored andcommitted
Ignore memory hungry hyphen tests (layout) to be fixed in DEVSIX-2036
Autoported commit. Original commit hash: [5d0861091] Manual files: layout/src/test/java/com/itextpdf/layout/HyphenateTest.java
1 parent b047bfa commit c3789e7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

itext.tests/itext.layout.tests/itext/layout/HyphenateResultTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,14 @@ source product.
4747
namespace iText.Layout {
4848
public class HyphenateResultTest : ExtendedITextTest {
4949
[NUnit.Framework.Test]
50+
[NUnit.Framework.Ignore("")]
5051
public virtual void UkraineHyphenTest() {
5152
//здравствуйте
5253
TestHyphenateResult("uk", "\u0437\u0434\u0440\u0430\u0432\u0441\u0442\u0432\u0443\u0439", new int[] { 5 });
5354
}
5455

5556
[NUnit.Framework.Test]
57+
[NUnit.Framework.Ignore("")]
5658
public virtual void UkraineNoneHyphenTest() {
5759
//день
5860
TestHyphenateResult("uk", "\u0434\u0435\u043D\u044C", null);

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1d17ae9c1ee4089010ec2209154296ebe8f53eac
1+
5d08610917d31ad5224fb23ea65829ffaf8c10bc

0 commit comments

Comments
 (0)