Add note about skipped windows tests

This commit is contained in:
Dan Sosedoff 2016-11-05 18:53:42 -05:00
parent e3e1d7b012
commit da0916b8c7

View File

@ -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
} }