From 867735e4e45053882931abb63426f8c33586c626 Mon Sep 17 00:00:00 2001 From: Harsha Nalluru Date: Thu, 1 Oct 2020 13:55:24 -0700 Subject: [PATCH] [Service Bus] Run live tests in the canary region (#15592) --- sdk/servicebus/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/servicebus/tests.yml b/sdk/servicebus/tests.yml index 804702fcd82b6..28d0e3b70c6a9 100644 --- a/sdk/servicebus/tests.yml +++ b/sdk/servicebus/tests.yml @@ -5,4 +5,5 @@ extends: parameters: MaxParallel: 4 ServiceDirectory: servicebus - TimeoutInMinutes: 120 \ No newline at end of file + TimeoutInMinutes: 120 + TestCanary: true \ No newline at end of file