Skip to content
Snippets Groups Projects
Commit 0510e0eb authored by Diego Giovane Pasqualin's avatar Diego Giovane Pasqualin
Browse files

Merge branch 'issue/32' into 'development'

Issue #32: Adicionar testes de hardware no gitlab-ci

Tirei os skip dos testes

See merge request !28
parents f825f55c 5d0c4cf6
No related branches found
No related tags found
2 merge requests!51Merge development to master,!28Issue #32: Adicionar testes de hardware no gitlab-ci
Pipeline #
......@@ -68,7 +68,6 @@ teardown() {
}
@test "Memory" {
skip
run memory
[ "$status" -eq 0 ]
}
......@@ -89,7 +88,6 @@ teardown() {
}
@test "Processor" {
skip
run processor
[ "$status" -eq 0 ]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment