Skip to content

Commit

Permalink
Disable test temporarily.
Browse files Browse the repository at this point in the history
  • Loading branch information
manodasanW committed Dec 17, 2020
1 parent 53e208d commit 1084263
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Authoring/AuthoringConsumptionTest/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,8 @@ TEST(AuthoringTest, CustomDictionaryImplementations)
EXPECT_EQ(map.Size(), 0);
}

TEST(AuthoringTest, CustomVectorImplementations)
// TODO: Broken due to ALC type mismatch.
TEST(AuthoringTest, DISABLED_CustomVectorImplementations)
{
TestClass testClass;
testClass.SetProjectedDisposableObject();
Expand Down

0 comments on commit 1084263

Please sign in to comment.