File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
azd/src/test/java/org/azd/legacy Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1111import org .azd .utils .AzDClientApi ;
1212import org .azd .wiki .types .GitVersionDescriptor ;
1313import org .junit .Before ;
14+ import org .junit .Ignore ;
1415import org .junit .Test ;
1516
1617import 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 ;
You can’t perform that action at this time.
0 commit comments