Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
fe15761b
Unverified
Commit
fe15761b
authored
Feb 24, 2023
by
James Lamb
Committed by
GitHub
Feb 24, 2023
Browse files
[ci] skip Dask tests on GPU builds (#5741)
parent
1f828f4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/python_package_test/test_dask.py
tests/python_package_test/test_dask.py
+1
-0
No files found.
tests/python_package_test/test_dask.py
View file @
fe15761b
...
@@ -57,6 +57,7 @@ task_to_local_factory = {
...
@@ -57,6 +57,7 @@ task_to_local_factory = {
pytestmark
=
[
pytestmark
=
[
pytest
.
mark
.
skipif
(
getenv
(
'TASK'
,
''
)
==
'mpi'
,
reason
=
'Fails to run with MPI interface'
),
pytest
.
mark
.
skipif
(
getenv
(
'TASK'
,
''
)
==
'mpi'
,
reason
=
'Fails to run with MPI interface'
),
pytest
.
mark
.
skipif
(
getenv
(
'TASK'
,
''
)
==
'gpu'
,
reason
=
'Fails to run with GPU interface'
),
pytest
.
mark
.
skipif
(
getenv
(
'TASK'
,
''
)
==
'cuda'
,
reason
=
'Fails to run with CUDA interface'
)
pytest
.
mark
.
skipif
(
getenv
(
'TASK'
,
''
)
==
'cuda'
,
reason
=
'Fails to run with CUDA interface'
)
]
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment