File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,6 +121,8 @@ func TestMain(m *testing.M) {
121121}
122122
123123func basePoolTest (t * testing.T , pool Pool ) {
124+ t .Skip ("skipping test, to be solved in https://github.com/threefoldtech/zosbase/issues/19" )
125+
124126 t .Run ("test mounted" , func (t * testing.T ) {
125127 _ , err := pool .Mounted ()
126128 assert .ErrorIs (t , err , ErrDeviceNotMounted )
@@ -204,6 +206,7 @@ func TestBtrfsSingleCI(t *testing.T) {
204206 if SkipCITests {
205207 t .Skip ("test requires ability to create loop devices" )
206208 }
209+ t .Skip ("skipping test, to be solved in https://github.com/threefoldtech/zosbase/issues/19" )
207210
208211 devices , err := SetupDevices (1 )
209212 require .NoError (t , err , "failed to initialize devices" )
@@ -222,6 +225,7 @@ func TestCLeanUpQgroupsCI(t *testing.T) {
222225 if SkipCITests {
223226 t .Skip ("test requires ability to create loop devices" )
224227 }
228+ t .Skip ("skipping test, to be solved in https://github.com/threefoldtech/zosbase/issues/19" )
225229
226230 devices , err := SetupDevices (1 )
227231 require .NoError (t , err , "failed to initialize devices" )
Original file line number Diff line number Diff line change @@ -127,6 +127,8 @@ 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+
130132 t .Run ("test mounted" , func (t * testing.T ) {
131133 _ , err := pool .Mounted ()
132134 assert .ErrorIs (t , err , ErrDeviceNotMounted )
@@ -203,6 +205,7 @@ func TestBtrfsSingleCI(t *testing.T) {
203205 if SkipCITests {
204206 t .Skip ("test requires ability to create loop devices" )
205207 }
208+ t .Skip ("skipping test, to be solved in https://github.com/threefoldtech/zosbase/issues/19" )
206209
207210 devices , err := SetupDevices (1 )
208211 require .NoError (t , err , "failed to initialize devices" )
@@ -224,6 +227,7 @@ func TestCLeanUpQgroupsCI(t *testing.T) {
224227 if SkipCITests {
225228 t .Skip ("test requires ability to create loop devices" )
226229 }
230+ t .Skip ("skipping test, to be solved in https://github.com/threefoldtech/zosbase/issues/19" )
227231
228232 devices , err := SetupDevices (1 )
229233 require .NoError (t , err , "failed to initialize devices" )
You can’t perform that action at this time.
0 commit comments