consistent skip message
This commit is contained in:
@@ -24,7 +24,7 @@ import (
|
|||||||
|
|
||||||
func TestGetStringDescriptorAscii(t *testing.T) {
|
func TestGetStringDescriptorAscii(t *testing.T) {
|
||||||
if os.Getenv("TRAVIS") == "true" {
|
if os.Getenv("TRAVIS") == "true" {
|
||||||
t.Skip("This test is known to fail under TravisCI")
|
t.Skip("test known to fail on Travis")
|
||||||
}
|
}
|
||||||
c := NewContext()
|
c := NewContext()
|
||||||
defer c.Close()
|
defer c.Close()
|
||||||
|
Reference in New Issue
Block a user