Skip to content

Commit

Permalink
Skip TranscribeStreaming integration test until stable (#3985)
Browse files Browse the repository at this point in the history
Updates the SDK's transcribestreaming integration test to be skipped until the test can be made stable.
  • Loading branch information
jasdel authored Jun 30, 2021
1 parent 99a46db commit cd50b78
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ func init() {
}

func TestInteg_StartStreamTranscription(t *testing.T) {
t.Skip("test failing with CANCEL response")

var audio io.Reader
if len(audioFilename) != 0 {
audioFile, err := os.Open(audioFilename)
Expand Down Expand Up @@ -97,6 +99,8 @@ func TestInteg_StartStreamTranscription(t *testing.T) {
}

func TestInteg_StartStreamTranscription_contextClose(t *testing.T) {
t.Skip("test failing with CANCEL response")

b, err := base64.StdEncoding.DecodeString(
`UklGRjzxPQBXQVZFZm10IBAAAAABAAEAgD4AAAB9AAACABAAZGF0YVTwPQAAAAAAAAAAAAAAAAD//wIA/f8EAA==`,
)
Expand Down

0 comments on commit cd50b78

Please sign in to comment.