Skip to content

Commit 8f4df0d

Browse files
test: temporarily disable host functions mt tests
Related-To: NEO-14577 Signed-off-by: Kamil Kopryk <[email protected]>
1 parent 7c256a6 commit 8f4df0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shared/test/unit_test/mt_tests/host_function/host_function_tests_mt.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ class HostFunctionMtTestP : public ::testing::TestWithParam<int>, public HostFun
198198
int testingMode = 0;
199199
};
200200

201-
TEST_P(HostFunctionMtTestP, givenHostFunctionWorkersWhenSequentialCsrJobIsSubmittedThenHostFunctionsWorkIsDoneCorrectly) {
201+
TEST_P(HostFunctionMtTestP, DISABLED_givenHostFunctionWorkersWhenSequentialCsrJobIsSubmittedThenHostFunctionsWorkIsDoneCorrectly) {
202202

203203
uint32_t numberOfCSRs = 4;
204204
uint32_t callbacksPerCsr = 6;
@@ -219,7 +219,7 @@ TEST_P(HostFunctionMtTestP, givenHostFunctionWorkersWhenSequentialCsrJobIsSubmit
219219
clearResources();
220220
}
221221

222-
TEST_P(HostFunctionMtTestP, givenHostFunctionWorkersWhenEachCsrSubmitAllCalbacksPerThreadThenHostFunctionsWorkIsDoneCorrectly) {
222+
TEST_P(HostFunctionMtTestP, DISABLED_givenHostFunctionWorkersWhenEachCsrSubmitAllCalbacksPerThreadThenHostFunctionsWorkIsDoneCorrectly) {
223223
uint32_t numberOfCSRs = 4;
224224
uint32_t callbacksPerCsr = 6;
225225

@@ -253,7 +253,7 @@ TEST_P(HostFunctionMtTestP, givenHostFunctionWorkersWhenEachCsrSubmitAllCalbacks
253253
clearResources();
254254
}
255255

256-
TEST_P(HostFunctionMtTestP, givenHostFunctionWorkersWhenCsrJobsAreSubmittedConcurrentlyThenHostFunctionsWorkIsDoneCorrectly) {
256+
TEST_P(HostFunctionMtTestP, DISABLED_givenHostFunctionWorkersWhenCsrJobsAreSubmittedConcurrentlyThenHostFunctionsWorkIsDoneCorrectly) {
257257

258258
uint32_t numberOfCSRs = 4;
259259
uint32_t callbacksPerCsr = 6;

0 commit comments

Comments
 (0)