From 5d0c4cf632a842ec4686328c8be4f7ed5f31cd59 Mon Sep 17 00:00:00 2001 From: Felipe Shi Iu Wu <felipeshiwu@gmail.com> Date: Thu, 20 Oct 2016 10:07:15 -0200 Subject: [PATCH] Issue #32: Adicionar testes de hardware no gitlab-ci Signed-off-by: Felipe Shi Iu Wu <felipeshiwu@gmail.com> --- test/returnTest.bats | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/returnTest.bats b/test/returnTest.bats index 1dde190f..42277a5b 100755 --- a/test/returnTest.bats +++ b/test/returnTest.bats @@ -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 ] } -- GitLab