Skip to content

Commit

Permalink
Engine - Tests: removed Test_Index_size_of() - fails on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
friflo committed Jun 21, 2024
1 parent 24edbe2 commit 7c21aaf
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Engine/src/Tests-internal/ECS/Test_Index.cs
Original file line number Diff line number Diff line change
Expand Up @@ -276,16 +276,6 @@ public static void Test_Index_already_removed()
AreEqual(1, map.Count);
}

[Test]
public static void Test_Index_size_of()
{
var size = Marshal.SizeOf(typeof(StoreIndex));
AreEqual(32, size);

size = Marshal.SizeOf(typeof(HeapInfo));
AreEqual(24, size);
}

[Test]
public static void Test_Index_StoreIndex_ToString()
{
Expand Down

0 comments on commit 7c21aaf

Please sign in to comment.