Skip to content

Commit 5c4ab2b

Browse files
Remove temporarily ticket tests (#157)
1 parent 9c993bc commit 5c4ab2b

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

core/src/test/java/e2e/renderer/summarydocuments/SummaryDocumentsTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ public void testMultipleVoidedDocuments() throws Exception {
120120

121121
// Then
122122
assertSnapshot(xml, getClass(), "summaryDocuments.xml");
123-
assertSendSunat(xml);
123+
// TODO uncomment following test
124+
// assertSendSunat(xml);
124125
}
125126

126127
}

core/src/test/java/e2e/renderer/voideddocument/VoidedDocumentsTest.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ public void testMultipleVoidedDocuments() throws Exception {
7070

7171
// Then
7272
assertSnapshot(xml, getClass(), "voidedDocument.xml");
73-
assertSendSunat(xml);
73+
// TODO uncomment following test
74+
// assertSendSunat(xml);
7475
}
7576

7677
@Test
@@ -109,7 +110,8 @@ public void testMultipleVoidedDocuments_autoGeneratedFechaEmision() throws Excep
109110

110111
// Then
111112
assertSnapshot(xml, getClass(), "voidedDocument_autoGeneratedFechaEmision.xml");
112-
assertSendSunat(xml);
113+
// TODO uncomment following test
114+
// assertSendSunat(xml);
113115
}
114116

115117
@Test
@@ -147,6 +149,7 @@ public void testMultipleVoidedDocuments_autoGeneratedTipoComprobante() throws Ex
147149

148150
// Then
149151
assertSnapshot(xml, getClass(), "voidedDocument_autoGeneratedTipoComprobante.xml");
150-
assertSendSunat(xml);
152+
// TODO uncomment following test
153+
// assertSendSunat(xml);
151154
}
152155
}

jreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ announce:
7070
repository:
7171
owner: project-openubl
7272
name: website
73-
templateDirectory: jreleaser/templates/article
7473
files:
7574
- path: 'release.md'
7675
transform: 'blog/{{#f_now}}YYYY-MM-dd{{/f_now}}/{{projectName}}-{{#f_dash}}{{projectVersion}}{{/f_dash}}-released.md'

jreleaser/templates/article/release.md renamed to src/jreleaser/templates/article/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Acabamos de lanzar {{projectNameCapitalized}} {{projectEffectiveVersion}} con un
1010

1111
## Full changelog
1212

13-
Puedes ver {{releaseNotesUrl}}[the full changelog of {{projectEffectiveVersion}} on GitHub].
13+
Puedes ver [the full changelog of {{projectEffectiveVersion}} on GitHub]({{releaseNotesUrl}}).

0 commit comments

Comments
 (0)