diff --git a/test/built-ins/TypedArrays/BigInt64Array/prototype/not-typedarray-object.js b/test/built-ins/TypedArrays/BigInt64Array/prototype/not-typedarray-object.js
index 8163169c5937531ba0bc76554bd2327f6233db62..24715cd6eb1cc6878e1537d811f2ef4f73503a9c 100644
--- a/test/built-ins/TypedArrays/BigInt64Array/prototype/not-typedarray-object.js
+++ b/test/built-ins/TypedArrays/BigInt64Array/prototype/not-typedarray-object.js
@@ -10,7 +10,6 @@ info: >
   [...] A TypedArray prototype object is an ordinary object. It does not
   have a [[ViewedArrayBuffer]] or any other of the internal slots that
   are specific to TypedArray instance objects.
-includes: [testTypedArray.js]
 features: [BigInt]
 ---*/
 
diff --git a/test/built-ins/TypedArrays/BigUint64Array/prototype/not-typedarray-object.js b/test/built-ins/TypedArrays/BigUint64Array/prototype/not-typedarray-object.js
index 4c2e47e2cc54c18324399438557f04b1ad9a3aa0..c45971b6d36a4ea91bab18609a3f3c0ba537a70f 100644
--- a/test/built-ins/TypedArrays/BigUint64Array/prototype/not-typedarray-object.js
+++ b/test/built-ins/TypedArrays/BigUint64Array/prototype/not-typedarray-object.js
@@ -10,7 +10,6 @@ info: >
   [...] A TypedArray prototype object is an ordinary object. It does not
   have a [[ViewedArrayBuffer]] or any other of the internal slots that
   are specific to TypedArray instance objects.
-includes: [testTypedArray.js]
 features: [BigInt]
 ---*/