File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -126,8 +126,6 @@ func TestMain(m *testing.M) {
126
126
}
127
127
128
128
func basePoolTest (t * testing.T , pool Pool ) {
129
- t .Skip ("skipping test, to be solved in https://github.com/threefoldtech/zosbase/issues/19" )
130
-
131
129
t .Run ("test mounted" , func (t * testing.T ) {
132
130
_ , err := pool .Mounted ()
133
131
assert .ErrorIs (t , err , ErrDeviceNotMounted )
@@ -204,7 +202,6 @@ func TestBtrfsSingleCI(t *testing.T) {
204
202
if SkipCITests {
205
203
t .Skip ("test requires ability to create loop devices" )
206
204
}
207
- t .Skip ("skipping test, to be solved in https://github.com/threefoldtech/zosbase/issues/19" )
208
205
209
206
devices , err := SetupDevices (1 )
210
207
require .NoError (t , err , "failed to initialize devices" )
@@ -226,7 +223,6 @@ func TestCLeanUpQgroupsCI(t *testing.T) {
226
223
if SkipCITests {
227
224
t .Skip ("test requires ability to create loop devices" )
228
225
}
229
- t .Skip ("skipping test, to be solved in https://github.com/threefoldtech/zosbase/issues/19" )
230
226
231
227
devices , err := SetupDevices (1 )
232
228
require .NoError (t , err , "failed to initialize devices" )
Original file line number Diff line number Diff line change @@ -127,8 +127,6 @@ func TestMain(m *testing.M) {
127
127
}
128
128
129
129
func basePoolTest (t * testing.T , pool Pool ) {
130
- t .Skip ("skipping test, to be solved in https://github.com/threefoldtech/zosbase/issues/19" )
131
-
132
130
t .Run ("test mounted" , func (t * testing.T ) {
133
131
_ , err := pool .Mounted ()
134
132
assert .ErrorIs (t , err , ErrDeviceNotMounted )
@@ -205,7 +203,6 @@ func TestBtrfsSingleCI(t *testing.T) {
205
203
if SkipCITests {
206
204
t .Skip ("test requires ability to create loop devices" )
207
205
}
208
- t .Skip ("skipping test, to be solved in https://github.com/threefoldtech/zosbase/issues/19" )
209
206
210
207
devices , err := SetupDevices (1 )
211
208
require .NoError (t , err , "failed to initialize devices" )
@@ -227,7 +224,6 @@ func TestCLeanUpQgroupsCI(t *testing.T) {
227
224
if SkipCITests {
228
225
t .Skip ("test requires ability to create loop devices" )
229
226
}
230
- t .Skip ("skipping test, to be solved in https://github.com/threefoldtech/zosbase/issues/19" )
231
227
232
228
devices , err := SetupDevices (1 )
233
229
require .NoError (t , err , "failed to initialize devices" )
You can’t perform that action at this time.
0 commit comments