From 12a4aee91f8630e7f65d18ebfe80ed0a00361697 Mon Sep 17 00:00:00 2001 From: Cameron Koegel <53310569+ckoegel@users.noreply.github.com> Date: Fri, 11 Jul 2025 14:24:23 -0400 Subject: [PATCH] SWI-6926 Skip MCM Beta Smoke Tests --- spec/smoke/multi_channel_api_spec.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/smoke/multi_channel_api_spec.rb b/spec/smoke/multi_channel_api_spec.rb index 829a3e4f..bb52104d 100644 --- a/spec/smoke/multi_channel_api_spec.rb +++ b/spec/smoke/multi_channel_api_spec.rb @@ -33,8 +33,7 @@ expect(status_code).to eq(202) expect(data).to be_instance_of(Bandwidth::CreateMultiChannelMessageResponse) - end + end if false # skip while still in beta - end end