Skip the test, until rewritten.

This commit is contained in:
Sebastian Zagrodzki
2017-03-10 07:08:00 -05:00
parent 8af7ddc71b
commit c918a7e503

View File

@@ -13,15 +13,14 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package usb_test
package usb
import (
"testing"
. "github.com/kylelemons/gousb/usb"
)
func TestGetStringDescriptorAscii(t *testing.T) {
t.Skip("uses real libusb, needs refactor to use a fake")
c := NewContext()
defer c.Close()
c.Debug(0)