This is an automated email from the ASF dual-hosted git repository.
baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/main by this push:
new 24212bd404 [MINOR] Split 2 function tests blocks because of timeouts
24212bd404 is described below
commit 24212bd404e91e0f8f6cf8520b21da6d2d5c6f4d
Author: baunsgaard <[email protected]>
AuthorDate: Tue Nov 1 14:54:01 2022 +0100
[MINOR] Split 2 function tests blocks because of timeouts
---
.github/workflows/functionsTests.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/functionsTests.yml
b/.github/workflows/functionsTests.yml
index d1967b22cf..e76624e79a 100644
--- a/.github/workflows/functionsTests.yml
+++ b/.github/workflows/functionsTests.yml
@@ -50,7 +50,8 @@ jobs:
matrix:
tests: [
"**.functions.a**.**,**.functions.binary.frame.**,**.functions.binary.matrix.**,**.functions.binary.scalar.**,**.functions.binary.tensor.**",
-
"**.functions.blocks.**,**.functions.data.rand.**,**.functions.countDistinct.**,**.functions.data.misc.**,**.functions.lineage.**",
+ "**.functions.blocks.**,**.functions.data.rand.**,",
+
"**.functions.countDistinct.**,**.functions.data.misc.**,**.functions.lineage.**",
"**.functions.compress.**,,**.functions.data.tensor.**,**.functions.codegenalg.parttwo.**,**.functions.codegen.**,**.functions.caching.**",
"**.functions.binary.matrix_full_cellwise.**,**.functions.binary.matrix_full_other.**",
"**.functions.federated.algorithms.**,**.functions.federated.io.**,**.functions.federated.paramserv.**",