Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(767)

Unified Diff: mojo/shell/tests/capability_filter_unittest.cc

Issue 1734643003: Remove CapabilityFilter from Connect() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@13connector2
Patch Set: . Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/shell/tests/capability_filter_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/tests/capability_filter_unittest.cc
diff --git a/mojo/shell/tests/capability_filter_unittest.cc b/mojo/shell/tests/capability_filter_unittest.cc
index 42748a5acb977aa18318f1bd99caf67c572ec388..1eb7d4d130a027a9a12e78ece2cb6df8fd47e9e4 100644
--- a/mojo/shell/tests/capability_filter_unittest.cc
+++ b/mojo/shell/tests/capability_filter_unittest.cc
@@ -19,13 +19,13 @@ class CapabilityFilterApplicationTest : public CapabilityFilterTest {
DISALLOW_COPY_AND_ASSIGN(CapabilityFilterApplicationTest);
};
-TEST_F(CapabilityFilterApplicationTest, Blocking) {
+TEST_F(CapabilityFilterApplicationTest, DISABLED_Blocking) {
CreateLoader<TestApplication>("test:trusted");
CreateLoader<TestApplication>("test:untrusted");
RunBlockingTest();
}
-TEST_F(CapabilityFilterApplicationTest, Wildcards) {
+TEST_F(CapabilityFilterApplicationTest, DISABLED_Wildcards) {
CreateLoader<TestApplication>("test:wildcard");
CreateLoader<TestApplication>("test:blocked");
CreateLoader<TestApplication>("test:wildcard2");
« no previous file with comments | « mojo/shell/tests/capability_filter_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698