Skip to content

Commit

Permalink
kafka: make fixture tests exlusive
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
  • Loading branch information
dotnwat committed Nov 15, 2024
1 parent eabd82d commit ebf9cd7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/v/kafka/client/test/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ redpanda_cc_btest(
srcs = [
"consumer_group.cc",
],
tags = ["exclusive"],
deps = [
"//src/v/base",
"//src/v/bytes",
Expand Down Expand Up @@ -164,6 +165,7 @@ redpanda_cc_btest(
srcs = [
"fetch.cc",
],
tags = ["exclusive"],
deps = [
"//src/v/cluster",
"//src/v/kafka/client",
Expand All @@ -187,6 +189,7 @@ redpanda_cc_btest(
srcs = [
"produce.cc",
],
tags = ["exclusive"],
deps = [
"//src/v/kafka/client",
"//src/v/kafka/client/test:fixture",
Expand All @@ -209,6 +212,7 @@ redpanda_cc_btest(
srcs = [
"reconnect.cc",
],
tags = ["exclusive"],
deps = [
"//src/v/http",
"//src/v/kafka/client",
Expand All @@ -234,6 +238,7 @@ redpanda_cc_btest(
srcs = [
"retry.cc",
],
tags = ["exclusive"],
deps = [
"//src/v/kafka/client",
"//src/v/kafka/client/test:fixture",
Expand Down

0 comments on commit ebf9cd7

Please sign in to comment.