Direct2D unit test assertions

I ran the JUCE unit tests in debug mode and hit the following assertion a few times:

// If this is hit, something has gone wrong when trying to create a Direct2D renderer,
// and we're about to fall back to a software renderer instead.
jassertfalse;
  • juce_graphics\native\juce_Direct2DImage_windows.cpp:748

Is this just on my machine?