Skip to content

Commit 75efd46

Browse files
author
Ritwick DSouza
committed
[raspbian] Skipped unimplemented tests
1 parent cd04331 commit 75efd46

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/raspbian/test_hostapd.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import unittest
2-
2+
from unittest import skip
33
from netjsonconfig import Raspbian
44
from netjsonconfig.utils import _TabsMixin
55

@@ -99,6 +99,7 @@ def test_wpa_personal(self):
9999
'''
100100
self.assertEqual(o.render(), expected)
101101

102+
@unittest.skip('Test skipping')
102103
def test_wep_open(self):
103104
o = Raspbian({
104105
"radios": [
@@ -132,6 +133,7 @@ def test_wep_open(self):
132133
expected = ''''''
133134
self.assertEqual(o.render(), expected)
134135

136+
@unittest.skip('Test skipping')
135137
def test_wep_shared(self):
136138
o = Raspbian({
137139
"radios": [
@@ -246,6 +248,7 @@ def test_no_encryption(self):
246248
'''
247249
self.assertEqual(o.render(), expected)
248250

251+
@unittest.skip('Test skipping')
249252
def test_wps(self):
250253
o = Raspbian({
251254
"radios": [

0 commit comments

Comments
 (0)