Add note about skipped windows tests
This commit is contained in:
parent
e3e1d7b012
commit
da0916b8c7
@ -335,7 +335,7 @@ func test_HistoryUniqueness(t *testing.T) {
|
|||||||
|
|
||||||
func TestAll(t *testing.T) {
|
func TestAll(t *testing.T) {
|
||||||
if onWindows() {
|
if onWindows() {
|
||||||
// Dont have access to windows machines at the moment...
|
t.Log("Unit testing on Windows platform is not supported.")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user