Skip to content

Commit

Permalink
Disable Draft Mode test temporarily
Browse files Browse the repository at this point in the history
Temporarily disabling to a circular dependency with config client mgr
in a different repo.
Closes-Bug: 1771691

Change-Id: I65a23bdfd9c77e1e0533aebe31a1b00b9129d8be
  • Loading branch information
psdsouza committed Jun 7, 2018
1 parent eeb42af commit 05e60b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ifmap/client/test/config_json_parser_test.cc
Expand Up @@ -2282,7 +2282,7 @@ TEST_F(ConfigJsonParserTest, ServerParser18InParts) {
}

// Verify that Draft objects are ignored
TEST_F(ConfigJsonParserTest, ServerParserDraftObject) {
TEST_F(ConfigJsonParserTest, DISABLED_ServerParserDraftObject) {
IFMapTable *pmtable = IFMapTable::FindTable(&db_, "policy-management");
TASK_UTIL_EXPECT_EQ(0, pmtable->Size());
IFMapTable *frtable = IFMapTable::FindTable(&db_, "firewall-rule");
Expand Down

0 comments on commit 05e60b5

Please sign in to comment.