Skip to content

Commit de6d78a

Browse files
committed
Skip other tests
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
1 parent 07a0fd1 commit de6d78a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/scripts/test-info.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,10 @@ function GenerateMatrix(testKind, enableCloudTests) {
885885
continue
886886
}
887887

888+
if (name !== 'pubsub.azure.servicebus.topics') {
889+
continue
890+
}
891+
888892
// Skip cloud-only tests if enableCloudTests is false
889893
if (!enableCloudTests) {
890894
if (

0 commit comments

Comments
 (0)