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) {
126126}
127127
128128func 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" )
Original file line number Diff line number Diff line change @@ -127,8 +127,6 @@ func TestMain(m *testing.M) {
127127}
128128
129129func 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" )
You can’t perform that action at this time.
0 commit comments