Skip to content
Snippets Groups Projects
Commit 5d0c4cf6 authored by Felipe Shi Iu Wu's avatar Felipe Shi Iu Wu
Browse files

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

parent f825f55c
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() { ...@@ -68,7 +68,6 @@ teardown() {
} }
@test "Memory" { @test "Memory" {
skip
run memory run memory
[ "$status" -eq 0 ] [ "$status" -eq 0 ]
} }
...@@ -89,7 +88,6 @@ teardown() { ...@@ -89,7 +88,6 @@ teardown() {
} }
@test "Processor" { @test "Processor" {
skip
run processor run processor
[ "$status" -eq 0 ] [ "$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