Skip to content

Commit

Permalink
Disable temporarily buggy FactorGraph tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesias committed Jul 25, 2013
1 parent da8857a commit 4a27e1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/structure/FactorGraph_unittest.cc
Expand Up @@ -243,7 +243,7 @@ TEST(FactorGraph, evaluate_energy_data_dep)
SG_UNREF(fac1b);
}

TEST(FactorGraph, evaluate_energy_param_data)
TEST(FactorGraph, DISABLED_evaluate_energy_param_data)
{
// Create one simple pairwise factor type
SGVector<int32_t> card(2);
Expand Down Expand Up @@ -333,7 +333,7 @@ TEST(FactorGraph, evaluate_energy_param_data)
SG_UNREF(fac1b);
}

TEST(FactorGraph, evaluate_energy_param_data_sparse)
TEST(FactorGraph, DISABLED_evaluate_energy_param_data_sparse)
{
// Create one simple pairwise factor type
SGVector<int32_t> card(2);
Expand Down

0 comments on commit 4a27e1a

Please sign in to comment.