Skip to content

Commit 9594a67

Browse files
committed
Updated tests
1 parent 4deb648 commit 9594a67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azd/src/test/java/org/azd/legacy/GitApiTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import org.azd.utils.AzDClientApi;
1212
import org.azd.wiki.types.GitVersionDescriptor;
1313
import org.junit.Before;
14+
import org.junit.Ignore;
1415
import org.junit.Test;
1516

1617
import java.io.File;
@@ -442,6 +443,7 @@ public void shouldGetGitPullRequestStatus() throws AzDException {
442443
}
443444

444445
@Test
446+
@Ignore
445447
public void shouldDeleteGitPullRequestStatus() throws AzDException {
446448
var repo = g.getRepository("testRepository");
447449
var pullRequestId = 8;
@@ -457,6 +459,7 @@ public void shouldDeleteGitPullRequestStatus() throws AzDException {
457459
}
458460

459461
@Test
462+
@Ignore
460463
public void shouldUpdateGitPullRequestStatus() throws AzDException {
461464
var repo = g.getRepository("testRepository");
462465
var pullRequestId = 8;

0 commit comments

Comments
 (0)