diff options
author | 2025-03-11 13:39:37 -0700 | |
---|---|---|
committer | 2025-03-11 13:39:37 -0700 | |
commit | 76654a6cd7dee27e77ef545fe747f96cd82094a0 (patch) | |
tree | ff77043f99301bd87e14f9c1d8669f9cd2cff2c2 | |
parent | 97adc120086ea731632865a1d79d736ad32bef8c (diff) | |
parent | 6781db85d92a0a9a23eaf33c59c4b2a224980aa4 (diff) |
Merge "pts-bot: Disable tests A2DP/SNK/SDP/BV-02-I, A2DP/SRC/SDP/BV-01-I" into main
-rw-r--r-- | android/pandora/server/configs/pts_bot_tests_config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/pandora/server/configs/pts_bot_tests_config.json b/android/pandora/server/configs/pts_bot_tests_config.json index e80e123437..023cb94544 100644 --- a/android/pandora/server/configs/pts_bot_tests_config.json +++ b/android/pandora/server/configs/pts_bot_tests_config.json @@ -24,7 +24,6 @@ "A2DP/SNK/CC/BV-08-I", "A2DP/SNK/REL/BV-01-I", "A2DP/SNK/REL/BV-02-I", - "A2DP/SNK/SDP/BV-02-I", "A2DP/SNK/SET/BV-01-I", "A2DP/SNK/SET/BV-02-I", "A2DP/SNK/SET/BV-03-I", @@ -44,7 +43,6 @@ "A2DP/SRC/CC/BV-09-I", "A2DP/SRC/REL/BV-01-I", "A2DP/SRC/REL/BV-02-I", - "A2DP/SRC/SDP/BV-01-I", "A2DP/SRC/SET/BV-01-I", "A2DP/SRC/SET/BV-02-I", "A2DP/SRC/SET/BV-03-I", @@ -735,6 +733,7 @@ ], "skip": [ "A2DP/SNK/AVP/BI-07-C", + "A2DP/SNK/SDP/BV-02-I", "A2DP/SNK/SET/BV-04-I", "A2DP/SNK/SET/BV-06-I", "A2DP/SNK/SUS/BV-02-I", @@ -742,6 +741,7 @@ "A2DP/SRC/AS/BV-03-I", "A2DP/SRC/AS/BV-04-I", "A2DP/SRC/CC/BV-10-I", + "A2DP/SRC/SDP/BV-01-I", "A2DP/SRC/SET/BV-05-I", "A2DP/SRC/SET/BV-06-I", "A2DP/SRC/SUS/BV-02-I", |