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