Skip to content

Commit 9a88038

Browse files
Nabil-SalahOmarabdul3ziz
authored andcommitted
remove: tests skipping flag
Signed-off-by: nabil salah <nabil.salah203@gmail.com>
1 parent f7e7d92 commit 9a88038

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

pkg/storage/filesystem/btrfs_ci_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ func TestMain(m *testing.M) {
126126
}
127127

128128
func basePoolTest(t *testing.T, pool Pool) {
129-
t.Skip("skipping test, to be solved in https://github.com/threefoldtech/zosbase/issues/19")
130-
131129
t.Run("test mounted", func(t *testing.T) {
132130
_, err := pool.Mounted()
133131
assert.ErrorIs(t, err, ErrDeviceNotMounted)
@@ -204,7 +202,6 @@ func TestBtrfsSingleCI(t *testing.T) {
204202
if SkipCITests {
205203
t.Skip("test requires ability to create loop devices")
206204
}
207-
t.Skip("skipping test, to be solved in https://github.com/threefoldtech/zosbase/issues/19")
208205

209206
devices, err := SetupDevices(1)
210207
require.NoError(t, err, "failed to initialize devices")
@@ -226,7 +223,6 @@ func TestCLeanUpQgroupsCI(t *testing.T) {
226223
if SkipCITests {
227224
t.Skip("test requires ability to create loop devices")
228225
}
229-
t.Skip("skipping test, to be solved in https://github.com/threefoldtech/zosbase/issues/19")
230226

231227
devices, err := SetupDevices(1)
232228
require.NoError(t, err, "failed to initialize devices")

pkg/storage_light/filesystem/btrfs_ci_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ func TestMain(m *testing.M) {
127127
}
128128

129129
func basePoolTest(t *testing.T, pool Pool) {
130-
t.Skip("skipping test, to be solved in https://github.com/threefoldtech/zosbase/issues/19")
131-
132130
t.Run("test mounted", func(t *testing.T) {
133131
_, err := pool.Mounted()
134132
assert.ErrorIs(t, err, ErrDeviceNotMounted)
@@ -205,7 +203,6 @@ func TestBtrfsSingleCI(t *testing.T) {
205203
if SkipCITests {
206204
t.Skip("test requires ability to create loop devices")
207205
}
208-
t.Skip("skipping test, to be solved in https://github.com/threefoldtech/zosbase/issues/19")
209206

210207
devices, err := SetupDevices(1)
211208
require.NoError(t, err, "failed to initialize devices")
@@ -227,7 +224,6 @@ func TestCLeanUpQgroupsCI(t *testing.T) {
227224
if SkipCITests {
228225
t.Skip("test requires ability to create loop devices")
229226
}
230-
t.Skip("skipping test, to be solved in https://github.com/threefoldtech/zosbase/issues/19")
231227

232228
devices, err := SetupDevices(1)
233229
require.NoError(t, err, "failed to initialize devices")

0 commit comments

Comments
 (0)