File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -402,6 +402,7 @@ def test_update_conference_forbidden(self) -> None:
402402
403403 self .assertApiException (context , ForbiddenException , 403 )
404404
405+ @unittest .skip ("PV Issues" )
405406 def test_update_conference_not_found (self ) -> None :
406407 with self .assertRaises (NotFoundException ) as context :
407408 self .conference_api_instance .update_conference (
@@ -423,6 +424,7 @@ def test_update_conference_bxml_forbidden(self) -> None:
423424
424425 self .assertApiException (context , ForbiddenException , 403 )
425426
427+ @unittest .skip ("PV Issues" )
426428 def test_update_conference_bxml_not_found (self ) -> None :
427429 with self .assertRaises (NotFoundException ) as context :
428430 self .conference_api_instance .update_conference_bxml (
@@ -444,6 +446,7 @@ def test_update_conference_member_forbidden(self) -> None:
444446
445447 self .assertApiException (context , ForbiddenException , 403 )
446448
449+ @unittest .skip ("PV Issues" )
447450 def test_update_conference_member_not_found (self ) -> None :
448451 with self .assertRaises (NotFoundException ) as context :
449452 self .conference_api_instance .update_conference_member (
You can’t perform that action at this time.
0 commit comments