Skip to content

Commit 5bbef2e

Browse files
author
Steve Martinelli
committed
Revert "Skip functional tests until they are fixed"
This reverts commit 3946bf0. Change-Id: Ic21137b208991c9ce738e5bf3ad5e6965b69e166
1 parent 3946bf0 commit 5bbef2e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

functional/tests/test_examples.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
# License for the specific language governing permissions and limitations
1111
# under the License.
1212

13-
import testtools
14-
1513
from functional.common import test
1614

1715

@@ -23,10 +21,8 @@ def test_common(self):
2321
# code, then execute will raise an error by default.
2422
test.execute('python', test.EXAMPLE_DIR + '/common.py --debug')
2523

26-
@testtools.skip('skipping until bug 1420080 is resolved')
2724
def test_object_api(self):
2825
test.execute('python', test.EXAMPLE_DIR + '/object_api.py --debug')
2926

30-
@testtools.skip('skipping until bug 1420080 is resolved')
3127
def test_osc_lib(self):
3228
test.execute('python', test.EXAMPLE_DIR + '/osc-lib.py --debug')

0 commit comments

Comments
 (0)