Skip to content

Commit ac25ba6

Browse files
committed
Remove skip other tests
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
1 parent de6d78a commit ac25ba6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/scripts/test-info.mjs

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

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

0 commit comments

Comments
 (0)