mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Remove test references to xenserver
This commit is contained in:
parent
bef66010ab
commit
7afd165d4d
2 changed files with 0 additions and 4 deletions
|
@ -108,9 +108,6 @@ def compute_providers
|
||||||
},
|
},
|
||||||
:mocked => true
|
:mocked => true
|
||||||
},
|
},
|
||||||
:serverlove => {
|
|
||||||
:mocked => false
|
|
||||||
},
|
|
||||||
:xenserver => {
|
:xenserver => {
|
||||||
:mocked => false
|
:mocked => false
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,7 +15,6 @@ if Fog.mocking?
|
||||||
Fog::Logger.warning "Setting default fog timeout to #{Fog.timeout} seconds"
|
Fog::Logger.warning "Setting default fog timeout to #{Fog.timeout} seconds"
|
||||||
|
|
||||||
# These sets of tests do not behave nicely when running mocked tests
|
# These sets of tests do not behave nicely when running mocked tests
|
||||||
Thread.current[:tags] << '-serverlove'
|
|
||||||
Thread.current[:tags] << '-xenserver'
|
Thread.current[:tags] << '-xenserver'
|
||||||
Thread.current[:tags] << '-joyent'
|
Thread.current[:tags] << '-joyent'
|
||||||
Thread.current[:tags] << '-dreamhost'
|
Thread.current[:tags] << '-dreamhost'
|
||||||
|
|
Loading…
Add table
Reference in a new issue