Skip to content

Commit dcccab5

Browse files
committed
Unskip test_conference_recordings to address PV issues
1 parent 5f83918 commit dcccab5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/smoke/test_conferences_api.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def test_conference_and_members(self):
248248
BW_ACCOUNT_ID, call_id, update_call
249249
)
250250

251-
@unittest.skip("PV Issues")
251+
# @unittest.skip("PV Issues")
252252
def test_conference_recordings(self) -> None:
253253
"""
254254
Tests a successful flow of creating a call with a recording.
@@ -261,6 +261,8 @@ def test_conference_recordings(self) -> None:
261261
answer_url = MANTECA_BASE_URL + "bxml/joinConferencePause"
262262
(test_id, call_id, conference_id) = self.create_conference(answer_url)
263263

264+
print(test_id, call_id, conference_id)
265+
264266
list_conferences_response = self.conference_api_instance.list_conferences(
265267
BW_ACCOUNT_ID)
266268

0 commit comments

Comments
 (0)