Skip to content

Commit

Permalink
Remove wrong test
Browse files Browse the repository at this point in the history
  • Loading branch information
marta-lokhova committed Jan 26, 2024
1 parent 953be38 commit 574241b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/main/test/ApplicationUtilsTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -630,16 +630,7 @@ TEST_CASE("application setup", "[applicationutils]")
Config cfg2 = getTestConfig(2);
cfg2.setInMemoryMode();
cfg2.DATABASE = SecretValue{minimalDBForInMemoryMode(cfg2)};

SECTION("BucketListDB")
{
cfg2.EXPERIMENTAL_BUCKETLIST_DB = true;
testInMemoryMode(cfg1, cfg2);
}
SECTION("SQL DB")
{
testInMemoryMode(cfg1, cfg2);
}
testInMemoryMode(cfg1, cfg2);
}
}

Expand Down

5 comments on commit 574241b

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from dmkozh
at marta-lokhova@574241b

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging marta-lokhova/stellar-core/networkConfigLod = 574241b into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

marta-lokhova/stellar-core/networkConfigLod = 574241b merged ok, testing candidate = 368063a

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 368063a

Please sign in to comment.