From 714124783215c054aade2e0a6b17d9225f74aff0 Mon Sep 17 00:00:00 2001
From: "nweiz@google.com" <nweiz@google.com>
Date: Wed, 12 Dec 2012 01:47:38 +0000
Subject: [PATCH] Mark the Pub validator test as failing on mac.

Review URL: https://codereview.chromium.org//11552004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@16013 260f80e4-7a28-3924-810f-c04153c831b5
---
 test/pub.status | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/pub.status b/test/pub.status
index 1644601e..de0fba4e 100644
--- a/test/pub.status
+++ b/test/pub.status
@@ -10,3 +10,6 @@
 [ $runtime == drt || $runtime == dartium || $runtime == opera ]
 *: Skip
 
+[ $system == macos ]
+validator_test: Fail # Issue 7330
+
-- 
GitLab