Disable slate step in CI workflow

It's currently breaking for unknown reasons, until fixed we going to
disable it, to not block on it for unrelated PRs.
This commit is contained in:
Alexander Simmerl
2018-06-02 15:49:25 +02:00
parent f34d1009c4
commit a4779fdf51

View File

@ -199,9 +199,6 @@ workflows:
test-suite:
jobs:
- setup_dependencies
- build_slate:
requires:
- setup_dependencies
- setup_abci:
requires:
- setup_dependencies