We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3946bf0 commit 5bbef2eCopy full SHA for 5bbef2e
functional/tests/test_examples.py
@@ -10,8 +10,6 @@
10
# License for the specific language governing permissions and limitations
11
# under the License.
12
13
-import testtools
14
-
15
from functional.common import test
16
17
@@ -23,10 +21,8 @@ def test_common(self):
23
21
# code, then execute will raise an error by default.
24
22
test.execute('python', test.EXAMPLE_DIR + '/common.py --debug')
25
26
- @testtools.skip('skipping until bug 1420080 is resolved')
27
def test_object_api(self):
28
test.execute('python', test.EXAMPLE_DIR + '/object_api.py --debug')
29
30
31
def test_osc_lib(self):
32
test.execute('python', test.EXAMPLE_DIR + '/osc-lib.py --debug')
0 commit comments