Skip to content

Commit

Permalink
Disable test
Browse files Browse the repository at this point in the history
Signed-off-by: Joaquin Anton Guirao <[email protected]>
  • Loading branch information
jantonguirao committed Jan 16, 2025
1 parent e72b927 commit 6c36ef7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dali/pipeline/executor/executor_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ using ExecutorSyncTypes =
TYPED_TEST_SUITE(ExecutorSyncTest, ExecutorSyncTypes);

// TODO(klecki): adjust to after refactor
#if 0
TYPED_TEST(ExecutorTest, DISABLED_TestDataSetup) {
auto exe = this->GetExecutor(this->batch_size_, this->num_threads_, 0, 1);
exe->Init();
Expand Down Expand Up @@ -194,6 +195,7 @@ TYPED_TEST(ExecutorTest, DISABLED_TestDataSetup) {
ASSERT_TRUE(dws.OutputIsType<GPUBackend>(0));
}
}
#endif

TYPED_TEST(ExecutorTest, TestRunBasicGraph) {
auto exe = this->GetExecutor(this->batch_size_, this->num_threads_, 0, 1);
Expand Down

0 comments on commit 6c36ef7

Please sign in to comment.