Remove checks for LXC containers used under Travis CI only
As we don't use Travis CI any longer, we don't need these checks neither.
This commit is contained in:
@@ -949,9 +949,6 @@ TEST_CASE("wxFileName::Shortcuts", "[filename]")
|
||||
// Check that GetSize() works correctly for special files.
|
||||
TEST_CASE("wxFileName::GetSizeSpecial", "[filename][linux][special-file]")
|
||||
{
|
||||
if ( IsRunningInLXC() )
|
||||
return;
|
||||
|
||||
wxULongLong size = wxFileName::GetSize("/proc/kcore");
|
||||
INFO( "size of /proc/kcore=" << size );
|
||||
CHECK( size > 0 );
|
||||
|
Reference in New Issue
Block a user