Skip to content

Commit

Permalink
pmem: disable pmem_eADR_test for non x86_64 architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
lplewa committed May 23, 2022
1 parent 13df432 commit e11cd16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/pmem_eADR_functions/TESTS.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import re


@t.require_architectures('x86_64')
@g.require_granularity(g.ANY)
class PMEM_EADR(t.Test):
test_type = t.Short
Expand Down

0 comments on commit e11cd16

Please sign in to comment.