Skip to content

Commit

Permalink
fix(pipeline): disable tests with special bindings path
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Dec 9, 2024
1 parent 09cbd57 commit 9a55dd2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pipeline/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ test-sets:
normalized: pipeline/phi-normalized/math/angle-tests.phi
bindings-path-initial: org.eolang.math
bindings-path-normalized: org.eolang.math
enable: false
- eo:
original: eo/eo-runtime/src/test/eo/org/eolang/math/integral-tests.eo
yaml: pipeline/eo-yaml/math/integral-tests.yaml
Expand All @@ -294,6 +295,7 @@ test-sets:
normalized: pipeline/phi-normalized/math/integral-tests.phi
bindings-path-initial: org.eolang.math
bindings-path-normalized: org.eolang.math
enable: false
- eo:
original: eo/eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo
yaml: pipeline/eo-yaml/math/numbers-tests.yaml
Expand All @@ -303,6 +305,7 @@ test-sets:
normalized: pipeline/phi-normalized/math/numbers-tests.phi
bindings-path-initial: org.eolang.math
bindings-path-normalized: org.eolang.math
enable: false
- eo:
original: eo/eo-runtime/src/test/eo/org/eolang/math/random-tests.eo
yaml: pipeline/eo-yaml/math/random-tests.yaml
Expand All @@ -312,6 +315,7 @@ test-sets:
normalized: pipeline/phi-normalized/math/random-tests.phi
bindings-path-initial: org.eolang.math
bindings-path-normalized: org.eolang.math
enable: false
- eo:
original: eo/eo-runtime/src/test/eo/org/eolang/math/real-tests.eo
yaml: pipeline/eo-yaml/math/real-tests.yaml
Expand All @@ -321,6 +325,7 @@ test-sets:
normalized: pipeline/phi-normalized/math/real-tests.phi
bindings-path-initial: org.eolang.math
bindings-path-normalized: org.eolang.math
enable: false
- eo:
original: eo/eo-runtime/src/test/eo/org/eolang/nan-tests.eo
yaml: pipeline/eo-yaml/nan-tests.yaml
Expand Down

0 comments on commit 9a55dd2

Please sign in to comment.