From cf99f0916ef2c2ae0af65bbfd5a53022988894ef Mon Sep 17 00:00:00 2001 From: mitchell Date: Mon, 5 Jan 2026 13:53:18 -0500 Subject: [PATCH] Linux 4.18.0 is now obsolete on the Platform. --- test/integration/platforms_int_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/integration/platforms_int_test.go b/test/integration/platforms_int_test.go index 9fb5860e99..08f3422bda 100644 --- a/test/integration/platforms_int_test.go +++ b/test/integration/platforms_int_test.go @@ -44,11 +44,12 @@ func (suite *PlatformsIntegrationTestSuite) TestPlatforms_listSimple() { {"platforms"}, {"platforms", "search"}, } + for _, cmd := range cmds { cp := ts.Spawn(cmd...) expectations := []string{ - "Linux", - "4.18.0", + "Windows", + "10", "x86", "64", }