Skip to content

Commit

Permalink
Disable test from running on t3k (#15194)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanNijjar authored Nov 19, 2024
1 parent 5878545 commit 376b32a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ TEST(WorkerFabricEdmDatapath, FabricEDMLoopback_With_Workers) {
ASSERT_EQ(result, 0);
}

TEST(WorkerFabricEdmDatapath, LineFabricMcast_SingleMessage_SingleSource) {
TEST(WorkerFabricEdmDatapath, DISABLED_LineFabricMcast_SingleMessage_SingleSource) {
const uint32_t page_size = 2048;
const uint32_t num_pages_total = 1;
const bool src_is_dram = true;
Expand All @@ -777,7 +777,7 @@ TEST(WorkerFabricEdmDatapath, LineFabricMcast_SingleMessage_SingleSource) {
}

// Non-functional on harvested parts. Needs testing on unharvested parts.
TEST(WorkerFabricEdmDatapath, LineFabricMcast_ManyMessages_SingleSource) {
TEST(WorkerFabricEdmDatapath, DISABLED_LineFabricMcast_ManyMessages_SingleSource) {
const uint32_t page_size = 2048;
const uint32_t num_pages_total = 10000;
const bool src_is_dram = true;
Expand Down

0 comments on commit 376b32a

Please sign in to comment.