Skip to content

Commit

Permalink
REMOVE: deactivate other tests
Browse files Browse the repository at this point in the history
Signed-off-by: Pierrick Bouvier <[email protected]>
  • Loading branch information
pbo-linaro committed Nov 25, 2024
1 parent c05eacf commit 3dca428
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/functional/test_aarch64_virt.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def wait_for_console_pattern(self, success_message, vm=None):
# We only boot a whole OS for the current top level CPU and GIC
# Other test profiles should use more minimal boots
def test_alpine_virt_tcg_gic_max(self):
return
iso_path = self.ASSET_ALPINE_ISO.fetch()

self.set_machine('virt')
Expand Down Expand Up @@ -121,9 +122,11 @@ def common_aarch64_virt(self, machine):
time.sleep(0.1)

def test_aarch64_virt_gicv3(self):
return
self.common_aarch64_virt("virt,gic_version=3")

def test_aarch64_virt_gicv2(self):
return
self.common_aarch64_virt("virt,gic-version=2")


Expand Down

0 comments on commit 3dca428

Please sign in to comment.