Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
4bca9c53
Commit
4bca9c53
authored
Jul 31, 2013
by
Michal 'vorner' Vaner
Browse files
Disable a test conditionally
As the AuthSrvTest.postReconfigure needs shared memory.
parent
c9f3fca8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/auth/tests/auth_srv_unittest.cc
View file @
4bca9c53
...
...
@@ -2144,7 +2144,11 @@ TEST_F(AuthSrvTest, loadZoneCommand) {
// Test that the auth server subscribes to the segment readers group when
// there's a remotely mapped segment.
#ifdef USE_SHARED_MEMORY
TEST_F
(
AuthSrvTest
,
postReconfigure
)
{
#else
TEST_F
(
AuthSrvTest
,
DISABLED_postReconfigure
)
{
#endif
FakeSession
session
(
ElementPtr
(
new
ListElement
),
ElementPtr
(
new
ListElement
),
ElementPtr
(
new
ListElement
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment