Restore RecompileCompare test that was deactivated by mistake.
PiperOrigin-RevId: 682310735 Change-Id: I5edf487b194e195de0ff712ad55c2b198de2ef51
This commit is contained in:
committed by
Copybara-Service
parent
f550aaac62
commit
42c1718d57
@@ -332,8 +332,7 @@ TEST_F(PluginTest, RecompileCompare) {
|
||||
std::string xml = p.path().string();
|
||||
|
||||
// if file is meant to fail, skip it
|
||||
if (!absl::StrContains(p.path().string(), "sdf/torus.") ||
|
||||
absl::StrContains(p.path().string(), "malformed_") ||
|
||||
if (absl::StrContains(p.path().string(), "malformed_") ||
|
||||
absl::StrContains(p.path().string(), "touch_grid") ||
|
||||
absl::StrContains(p.path().string(), "cow") ||
|
||||
absl::StrContains(p.path().string(), "discardvisual")) {
|
||||
|
||||
Reference in New Issue
Block a user