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:
Vadim Zeitlin
2021-07-15 19:55:01 +02:00
parent a370de4caf
commit 9aae8fc81f
5 changed files with 0 additions and 31 deletions

View File

@@ -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 );