diff --git a/service/transcribestreamingservice/cust_integ_eventstream_test.go b/service/transcribestreamingservice/cust_integ_eventstream_test.go index a2abc9c55c0..7565d768158 100644 --- a/service/transcribestreamingservice/cust_integ_eventstream_test.go +++ b/service/transcribestreamingservice/cust_integ_eventstream_test.go @@ -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) @@ -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==`, )